GroupId | GroupIdcom.free-now.sauron |
---|---|
ArtifactId | ArtifactIdsauron-core |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
sauron-core-0.0.13.pom | |
sauron-core-0.0.13.jar | 9 KB |
sauron-core-0.0.13-sources.jar | 5 KB |
sauron-core-0.0.13-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.free-now.sauron/sauron-core/ -->
<dependency>
<groupId>com.free-now.sauron</groupId>
<artifactId>sauron-core</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.free-now.sauron/sauron-core/
implementation 'com.free-now.sauron:sauron-core:0.0.13'
// https://jarcasting.com/artifacts/com.free-now.sauron/sauron-core/
implementation ("com.free-now.sauron:sauron-core:0.0.13")
'com.free-now.sauron:sauron-core:jar:0.0.13'
<dependency org="com.free-now.sauron" name="sauron-core" rev="0.0.13">
<artifact name="sauron-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.free-now.sauron', module='sauron-core', version='0.0.13')
)
libraryDependencies += "com.free-now.sauron" % "sauron-core" % "0.0.13"
[com.free-now.sauron/sauron-core "0.0.13"]