| License |
License |
|---|---|
| GroupId | GroupIdorg.boundbox |
| ArtifactId | ArtifactIdboundbox-parent |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTODO.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| boundbox-parent-1.2.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.boundbox/boundbox-parent/ -->
<dependency>
<groupId>org.boundbox</groupId>
<artifactId>boundbox-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.boundbox/boundbox-parent/
implementation 'org.boundbox:boundbox-parent:1.2.0'
// https://jarcasting.com/artifacts/org.boundbox/boundbox-parent/
implementation ("org.boundbox:boundbox-parent:1.2.0")
'org.boundbox:boundbox-parent:pom:1.2.0'
<dependency org="org.boundbox" name="boundbox-parent" rev="1.2.0">
<artifact name="boundbox-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.boundbox', module='boundbox-parent', version='1.2.0')
)
libraryDependencies += "org.boundbox" % "boundbox-parent" % "1.2.0"
[org.boundbox/boundbox-parent "1.2.0"]