| GroupId | GroupIdorg.boundbox |
|---|---|
| ArtifactId | ArtifactIdboundbox-library |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| boundbox-library-1.0.0.pom | |
| boundbox-library-1.0.0.jar | 25 KB |
| boundbox-library-1.0.0-sources.jar | 12 KB |
| boundbox-library-1.0.0-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.boundbox/boundbox-library/ -->
<dependency>
<groupId>org.boundbox</groupId>
<artifactId>boundbox-library</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.boundbox/boundbox-library/
implementation 'org.boundbox:boundbox-library:1.0.0'
// https://jarcasting.com/artifacts/org.boundbox/boundbox-library/
implementation ("org.boundbox:boundbox-library:1.0.0")
'org.boundbox:boundbox-library:jar:1.0.0'
<dependency org="org.boundbox" name="boundbox-library" rev="1.0.0">
<artifact name="boundbox-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boundbox', module='boundbox-library', version='1.0.0')
)
libraryDependencies += "org.boundbox" % "boundbox-library" % "1.0.0"
[org.boundbox/boundbox-library "1.0.0"]