Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.unit8.bouncr |
ArtifactId | ArtifactIdbouncr-components |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
bouncr-components-0.2.3.pom | |
bouncr-components-0.2.3.jar | 122 KB |
bouncr-components-0.2.3-sources.jar | 59 KB |
bouncr-components-0.2.3-javadoc.jar | 875 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-components/ -->
<dependency>
<groupId>net.unit8.bouncr</groupId>
<artifactId>bouncr-components</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-components/
implementation 'net.unit8.bouncr:bouncr-components:0.2.3'
// https://jarcasting.com/artifacts/net.unit8.bouncr/bouncr-components/
implementation ("net.unit8.bouncr:bouncr-components:0.2.3")
'net.unit8.bouncr:bouncr-components:jar:0.2.3'
<dependency org="net.unit8.bouncr" name="bouncr-components" rev="0.2.3">
<artifact name="bouncr-components" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unit8.bouncr', module='bouncr-components', version='0.2.3')
)
libraryDependencies += "net.unit8.bouncr" % "bouncr-components" % "0.2.3"
[net.unit8.bouncr/bouncr-components "0.2.3"]