GroupId | GroupIdorg.ops4j.pax.warp.itest |
---|---|
ArtifactId | ArtifactIditest-templates |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
itest-templates-0.3.0.pom | |
itest-templates-0.3.0.jar | 2 KB |
itest-templates-0.3.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-templates/ -->
<dependency>
<groupId>org.ops4j.pax.warp.itest</groupId>
<artifactId>itest-templates</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-templates/
implementation 'org.ops4j.pax.warp.itest:itest-templates:0.3.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.warp.itest/itest-templates/
implementation ("org.ops4j.pax.warp.itest:itest-templates:0.3.0")
'org.ops4j.pax.warp.itest:itest-templates:jar:0.3.0'
<dependency org="org.ops4j.pax.warp.itest" name="itest-templates" rev="0.3.0">
<artifact name="itest-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.warp.itest', module='itest-templates', version='0.3.0')
)
libraryDependencies += "org.ops4j.pax.warp.itest" % "itest-templates" % "0.3.0"
[org.ops4j.pax.warp.itest/itest-templates "0.3.0"]