GroupId | GroupIdcom.github.mauricioaniche |
---|---|
ArtifactId | ArtifactIdcodesheriff |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
codesheriff-0.1.pom | |
codesheriff-0.1.jar | 28 KB |
codesheriff-0.1-sources.jar | 19 KB |
codesheriff-0.1-javadoc.jar | 566 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mauricioaniche/codesheriff/ -->
<dependency>
<groupId>com.github.mauricioaniche</groupId>
<artifactId>codesheriff</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mauricioaniche/codesheriff/
implementation 'com.github.mauricioaniche:codesheriff:0.1'
// https://jarcasting.com/artifacts/com.github.mauricioaniche/codesheriff/
implementation ("com.github.mauricioaniche:codesheriff:0.1")
'com.github.mauricioaniche:codesheriff:jar:0.1'
<dependency org="com.github.mauricioaniche" name="codesheriff" rev="0.1">
<artifact name="codesheriff" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mauricioaniche', module='codesheriff', version='0.1')
)
libraryDependencies += "com.github.mauricioaniche" % "codesheriff" % "0.1"
[com.github.mauricioaniche/codesheriff "0.1"]