File: hamcrest-integration.gradle

package info (click to toggle)
libhamcrest-java 2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,180 kB
  • sloc: java: 6,989; xml: 9; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version = '1.3.1-SNAPSHOT'

dependencies {
    api 'org.hamcrest:hamcrest-library:1.3'
    api 'org.easymock:easymock:2.2'
    api('jmock:jmock:1.1.0') {
        transitive = false
    }

    testImplementation(group: 'junit', name: 'junit', version: '4.12') {
        transitive = false
    }
}

javadoc.title = "Hamcrest Integration $version API"