GroupId | GroupIdcom.github.kahlkn |
---|---|
ArtifactId | ArtifactIdartoria-extend |
Version | Version0.8.0.20190407_beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kahlkn/artoria-extend/ -->
<dependency>
<groupId>com.github.kahlkn</groupId>
<artifactId>artoria-extend</artifactId>
<version>0.8.0.20190407_beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kahlkn/artoria-extend/
implementation 'com.github.kahlkn:artoria-extend:0.8.0.20190407_beta'
// https://jarcasting.com/artifacts/com.github.kahlkn/artoria-extend/
implementation ("com.github.kahlkn:artoria-extend:0.8.0.20190407_beta")
'com.github.kahlkn:artoria-extend:jar:0.8.0.20190407_beta'
<dependency org="com.github.kahlkn" name="artoria-extend" rev="0.8.0.20190407_beta">
<artifact name="artoria-extend" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kahlkn', module='artoria-extend', version='0.8.0.20190407_beta')
)
libraryDependencies += "com.github.kahlkn" % "artoria-extend" % "0.8.0.20190407_beta"
[com.github.kahlkn/artoria-extend "0.8.0.20190407_beta"]