GroupId | GroupIdcom.github.tackfast |
---|---|
ArtifactId | ArtifactIdjarboot-common-pom |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
jarboot-common-pom-1.0.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tackfast/jarboot-common-pom/ -->
<dependency>
<groupId>com.github.tackfast</groupId>
<artifactId>jarboot-common-pom</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tackfast/jarboot-common-pom/
implementation 'com.github.tackfast:jarboot-common-pom:1.0.1'
// https://jarcasting.com/artifacts/com.github.tackfast/jarboot-common-pom/
implementation ("com.github.tackfast:jarboot-common-pom:1.0.1")
'com.github.tackfast:jarboot-common-pom:pom:1.0.1'
<dependency org="com.github.tackfast" name="jarboot-common-pom" rev="1.0.1">
<artifact name="jarboot-common-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tackfast', module='jarboot-common-pom', version='1.0.1')
)
libraryDependencies += "com.github.tackfast" % "jarboot-common-pom" % "1.0.1"
[com.github.tackfast/jarboot-common-pom "1.0.1"]