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