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