| GroupId | GroupIdorg.ops4j.pax.web |
|---|---|
| ArtifactId | ArtifactIditest |
| Version | Version3.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| itest-3.2.1.pom | |
| itest-3.2.1.jar | 7 KB |
| itest-3.2.1-tests.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/ -->
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>itest</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/
implementation 'org.ops4j.pax.web:itest:3.2.1'
// https://jarcasting.com/artifacts/org.ops4j.pax.web/itest/
implementation ("org.ops4j.pax.web:itest:3.2.1")
'org.ops4j.pax.web:itest:jar:3.2.1'
<dependency org="org.ops4j.pax.web" name="itest" rev="3.2.1">
<artifact name="itest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web', module='itest', version='3.2.1')
)
libraryDependencies += "org.ops4j.pax.web" % "itest" % "3.2.1"
[org.ops4j.pax.web/itest "3.2.1"]