GroupId | GroupIdorg.ops4j.pax |
---|---|
ArtifactId | ArtifactIdweb |
Version | Version3.0.0.RC |
Type | Typepom |
Filename | Size |
---|---|
web-3.0.0.RC.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/web/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>3.0.0.RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/web/
implementation 'org.ops4j.pax:web:3.0.0.RC'
// https://jarcasting.com/artifacts/org.ops4j.pax/web/
implementation ("org.ops4j.pax:web:3.0.0.RC")
'org.ops4j.pax:web:pom:3.0.0.RC'
<dependency org="org.ops4j.pax" name="web" rev="3.0.0.RC">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='web', version='3.0.0.RC')
)
libraryDependencies += "org.ops4j.pax" % "web" % "3.0.0.RC"
[org.ops4j.pax/web "3.0.0.RC"]