Categories |
CategoriesJBoss Container Application Servers Jetty |
---|---|
GroupId | GroupIdorg.jboss.portletbridge.testing.pluto |
ArtifactId | ArtifactIdpluto-jetty-bom |
Version | Version1.0.0.Alpha2 |
Type | Typepom |
Filename | Size |
---|---|
pluto-jetty-bom-1.0.0.Alpha2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.portletbridge.testing.pluto/pluto-jetty-bom/ -->
<dependency>
<groupId>org.jboss.portletbridge.testing.pluto</groupId>
<artifactId>pluto-jetty-bom</artifactId>
<version>1.0.0.Alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.portletbridge.testing.pluto/pluto-jetty-bom/
implementation 'org.jboss.portletbridge.testing.pluto:pluto-jetty-bom:1.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.jboss.portletbridge.testing.pluto/pluto-jetty-bom/
implementation ("org.jboss.portletbridge.testing.pluto:pluto-jetty-bom:1.0.0.Alpha2")
'org.jboss.portletbridge.testing.pluto:pluto-jetty-bom:pom:1.0.0.Alpha2'
<dependency org="org.jboss.portletbridge.testing.pluto" name="pluto-jetty-bom" rev="1.0.0.Alpha2">
<artifact name="pluto-jetty-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.portletbridge.testing.pluto', module='pluto-jetty-bom', version='1.0.0.Alpha2')
)
libraryDependencies += "org.jboss.portletbridge.testing.pluto" % "pluto-jetty-bom" % "1.0.0.Alpha2"
[org.jboss.portletbridge.testing.pluto/pluto-jetty-bom "1.0.0.Alpha2"]