| Группа | Группаcom.github.kurtloong |
|---|---|
| Идентификатор | Идентификаторacreath-starter-espool |
| Версия | Версия1.0.6-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.kurtloong/acreath-starter-espool/ -->
<dependency>
<groupId>com.github.kurtloong</groupId>
<artifactId>acreath-starter-espool</artifactId>
<version>1.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kurtloong/acreath-starter-espool/
implementation 'com.github.kurtloong:acreath-starter-espool:1.0.6-RELEASE'
// https://jarcasting.com/artifacts/com.github.kurtloong/acreath-starter-espool/
implementation ("com.github.kurtloong:acreath-starter-espool:1.0.6-RELEASE")
'com.github.kurtloong:acreath-starter-espool:jar:1.0.6-RELEASE'
<dependency org="com.github.kurtloong" name="acreath-starter-espool" rev="1.0.6-RELEASE">
<artifact name="acreath-starter-espool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kurtloong', module='acreath-starter-espool', version='1.0.6-RELEASE')
)
libraryDependencies += "com.github.kurtloong" % "acreath-starter-espool" % "1.0.6-RELEASE"
[com.github.kurtloong/acreath-starter-espool "1.0.6-RELEASE"]