Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-test-utils |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
respiro-test-utils-1.2.pom | |
respiro-test-utils-1.2.jar | 7 KB |
respiro-test-utils-1.2-sources.jar | 6 KB |
respiro-test-utils-1.2-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-test-utils/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-test-utils</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-test-utils/
implementation 'org.kantega.respiro:respiro-test-utils:1.2'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-test-utils/
implementation ("org.kantega.respiro:respiro-test-utils:1.2")
'org.kantega.respiro:respiro-test-utils:jar:1.2'
<dependency org="org.kantega.respiro" name="respiro-test-utils" rev="1.2">
<artifact name="respiro-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-test-utils', version='1.2')
)
libraryDependencies += "org.kantega.respiro" % "respiro-test-utils" % "1.2"
[org.kantega.respiro/respiro-test-utils "1.2"]