| License |
License |
|---|---|
| GroupId | GroupIdorg.boundbox |
| ArtifactId | ArtifactIdboundbox-library |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
DescriptionTODO.
|
| Filename | Size |
|---|---|
| boundbox-library-1.2.0.pom | |
| boundbox-library-1.2.0.jar | 156 KB |
| boundbox-library-1.2.0-sources.jar | 21 KB |
| boundbox-library-1.2.0-javadoc.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.boundbox/boundbox-library/ -->
<dependency>
<groupId>org.boundbox</groupId>
<artifactId>boundbox-library</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.boundbox/boundbox-library/
implementation 'org.boundbox:boundbox-library:1.2.0'
// https://jarcasting.com/artifacts/org.boundbox/boundbox-library/
implementation ("org.boundbox:boundbox-library:1.2.0")
'org.boundbox:boundbox-library:jar:1.2.0'
<dependency org="org.boundbox" name="boundbox-library" rev="1.2.0">
<artifact name="boundbox-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boundbox', module='boundbox-library', version='1.2.0')
)
libraryDependencies += "org.boundbox" % "boundbox-library" % "1.2.0"
[org.boundbox/boundbox-library "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 0.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.2 |