GroupId | GroupIdorg.picketbox |
---|---|
ArtifactId | ArtifactIdpicketbox-spi-parent |
Version | Version4.0.0.Beta3 |
Type | Typepom |
Filename | Size |
---|---|
picketbox-spi-parent-4.0.0.Beta3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.picketbox/picketbox-spi-parent/ -->
<dependency>
<groupId>org.picketbox</groupId>
<artifactId>picketbox-spi-parent</artifactId>
<version>4.0.0.Beta3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.picketbox/picketbox-spi-parent/
implementation 'org.picketbox:picketbox-spi-parent:4.0.0.Beta3'
// https://jarcasting.com/artifacts/org.picketbox/picketbox-spi-parent/
implementation ("org.picketbox:picketbox-spi-parent:4.0.0.Beta3")
'org.picketbox:picketbox-spi-parent:pom:4.0.0.Beta3'
<dependency org="org.picketbox" name="picketbox-spi-parent" rev="4.0.0.Beta3">
<artifact name="picketbox-spi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.picketbox', module='picketbox-spi-parent', version='4.0.0.Beta3')
)
libraryDependencies += "org.picketbox" % "picketbox-spi-parent" % "4.0.0.Beta3"
[org.picketbox/picketbox-spi-parent "4.0.0.Beta3"]