GroupId | GroupIdorg.picketbox |
---|---|
ArtifactId | ArtifactIdpicketbox-spi-parent |
Version | Version4.1.0.Beta1 |
Type | Typepom |
Filename | Size |
---|---|
picketbox-spi-parent-4.1.0.Beta1.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.1.0.Beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.picketbox/picketbox-spi-parent/
implementation 'org.picketbox:picketbox-spi-parent:4.1.0.Beta1'
// https://jarcasting.com/artifacts/org.picketbox/picketbox-spi-parent/
implementation ("org.picketbox:picketbox-spi-parent:4.1.0.Beta1")
'org.picketbox:picketbox-spi-parent:pom:4.1.0.Beta1'
<dependency org="org.picketbox" name="picketbox-spi-parent" rev="4.1.0.Beta1">
<artifact name="picketbox-spi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.picketbox', module='picketbox-spi-parent', version='4.1.0.Beta1')
)
libraryDependencies += "org.picketbox" % "picketbox-spi-parent" % "4.1.0.Beta1"
[org.picketbox/picketbox-spi-parent "4.1.0.Beta1"]