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