Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-test-utils |
Version | Version2.10 |
Type | Typejar |
Filename | Size |
---|---|
respiro-test-utils-2.10.pom | |
respiro-test-utils-2.10.jar | 7 KB |
respiro-test-utils-2.10-sources.jar | 6 KB |
respiro-test-utils-2.10-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>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-test-utils/
implementation 'org.kantega.respiro:respiro-test-utils:2.10'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-test-utils/
implementation ("org.kantega.respiro:respiro-test-utils:2.10")
'org.kantega.respiro:respiro-test-utils:jar:2.10'
<dependency org="org.kantega.respiro" name="respiro-test-utils" rev="2.10">
<artifact name="respiro-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-test-utils', version='2.10')
)
libraryDependencies += "org.kantega.respiro" % "respiro-test-utils" % "2.10"
[org.kantega.respiro/respiro-test-utils "2.10"]