| Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
|---|---|
| GroupId | GroupIdorg.jvnet.hudson |
| ArtifactId | ArtifactIdtest-annotations |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTest annotations
Annotations to associate test cases with other things
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| test-annotations-1.0.pom | |
| test-annotations-1.0.jar | 3 KB |
| test-annotations-1.0-sources.jar | 4 KB |
| test-annotations-1.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/test-annotations/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>test-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/test-annotations/
implementation 'org.jvnet.hudson:test-annotations:1.0'
// https://jarcasting.com/artifacts/org.jvnet.hudson/test-annotations/
implementation ("org.jvnet.hudson:test-annotations:1.0")
'org.jvnet.hudson:test-annotations:jar:1.0'
<dependency org="org.jvnet.hudson" name="test-annotations" rev="1.0">
<artifact name="test-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='test-annotations', version='1.0')
)
libraryDependencies += "org.jvnet.hudson" % "test-annotations" % "1.0"
[org.jvnet.hudson/test-annotations "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8 |