GroupId | GroupIdcom.free-now.sauron |
---|---|
ArtifactId | ArtifactIdsauron-core |
Version | Version0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
sauron-core-0.0.12.pom | |
sauron-core-0.0.12.jar | 9 KB |
sauron-core-0.0.12-sources.jar | 5 KB |
sauron-core-0.0.12-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.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.free-now.sauron/sauron-core/
implementation 'com.free-now.sauron:sauron-core:0.0.12'
// https://jarcasting.com/artifacts/com.free-now.sauron/sauron-core/
implementation ("com.free-now.sauron:sauron-core:0.0.12")
'com.free-now.sauron:sauron-core:jar:0.0.12'
<dependency org="com.free-now.sauron" name="sauron-core" rev="0.0.12">
<artifact name="sauron-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.free-now.sauron', module='sauron-core', version='0.0.12')
)
libraryDependencies += "com.free-now.sauron" % "sauron-core" % "0.0.12"
[com.free-now.sauron/sauron-core "0.0.12"]