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