Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.unit8.bouncr |
ArtifactId | ArtifactIdbouncr-parent |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
bouncr-parent-0.2.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-parent/ -->
<dependency>
<groupId>net.unit8.bouncr</groupId>
<artifactId>bouncr-parent</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-parent/
implementation 'net.unit8.bouncr:bouncr-parent:0.2.1'
// https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-parent/
implementation ("net.unit8.bouncr:bouncr-parent:0.2.1")
'net.unit8.bouncr:bouncr-parent:pom:0.2.1'
<dependency org="net.unit8.bouncr" name="bouncr-parent" rev="0.2.1">
<artifact name="bouncr-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.unit8.bouncr', module='bouncr-parent', version='0.2.1')
)
libraryDependencies += "net.unit8.bouncr" % "bouncr-parent" % "0.2.1"
[net.unit8.bouncr/bouncr-parent "0.2.1"]