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