| GroupId | GroupIdorg.orderofthebee.support-tools |
|---|---|
| ArtifactId | ArtifactIdsupport-tools-parent |
| Version | Version0.0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| support-tools-parent-0.0.1.0.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.orderofthebee.support-tools/support-tools-parent/ -->
<dependency>
<groupId>org.orderofthebee.support-tools</groupId>
<artifactId>support-tools-parent</artifactId>
<version>0.0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.orderofthebee.support-tools/support-tools-parent/
implementation 'org.orderofthebee.support-tools:support-tools-parent:0.0.1.0'
// https://jarcasting.com/artifacts/org.orderofthebee.support-tools/support-tools-parent/
implementation ("org.orderofthebee.support-tools:support-tools-parent:0.0.1.0")
'org.orderofthebee.support-tools:support-tools-parent:pom:0.0.1.0'
<dependency org="org.orderofthebee.support-tools" name="support-tools-parent" rev="0.0.1.0">
<artifact name="support-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.orderofthebee.support-tools', module='support-tools-parent', version='0.0.1.0')
)
libraryDependencies += "org.orderofthebee.support-tools" % "support-tools-parent" % "0.0.1.0"
[org.orderofthebee.support-tools/support-tools-parent "0.0.1.0"]