t

test-annotations

Annotations to associate test cases with other things
文件下载
文件名 操作
test-annotations-1.0.jar 下载
test-annotations-1.0.pom 下载
test-annotations-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson</groupId>
  <artifactId>test-annotations</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson:test-annotations:1.0'
Gradle Kotlin
implementation("org.jvnet.hudson:test-annotations:1.0")
Scala SBT
libraryDependencies += "org.jvnet.hudson" % "test-annotations" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson', module='test-annotations', version='1.0')
)
Apache Ivy
<dependency org="org.jvnet.hudson" name="test-annotations" rev="1.0" />
Leiningen
[org.jvnet.hudson/test-annotations "1.0"]
Apache Buildr
'org.jvnet.hudson:test-annotations:jar:1.0'