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