| GroupId | GroupIdcom.github.kurtloong |
|---|---|
| ArtifactId | ArtifactIdacreath-starter-espool |
| Version | Version1.0.9-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kurtloong/acreath-starter-espool/ -->
<dependency>
<groupId>com.github.kurtloong</groupId>
<artifactId>acreath-starter-espool</artifactId>
<version>1.0.9-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kurtloong/acreath-starter-espool/
implementation 'com.github.kurtloong:acreath-starter-espool:1.0.9-RELEASE'
// https://jarcasting.com/artifacts/com.github.kurtloong/acreath-starter-espool/
implementation ("com.github.kurtloong:acreath-starter-espool:1.0.9-RELEASE")
'com.github.kurtloong:acreath-starter-espool:jar:1.0.9-RELEASE'
<dependency org="com.github.kurtloong" name="acreath-starter-espool" rev="1.0.9-RELEASE">
<artifact name="acreath-starter-espool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kurtloong', module='acreath-starter-espool', version='1.0.9-RELEASE')
)
libraryDependencies += "com.github.kurtloong" % "acreath-starter-espool" % "1.0.9-RELEASE"
[com.github.kurtloong/acreath-starter-espool "1.0.9-RELEASE"]