GroupId | GroupIdcom.github.snksoft |
---|---|
ArtifactId | ArtifactIdcrc |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
crc-1.0.1.pom | |
crc-1.0.1.jar | 6 KB |
crc-1.0.1-sources.jar | 4 KB |
crc-1.0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.snksoft/crc/ -->
<dependency>
<groupId>com.github.snksoft</groupId>
<artifactId>crc</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snksoft/crc/
implementation 'com.github.snksoft:crc:1.0.1'
// https://jarcasting.com/artifacts/com.github.snksoft/crc/
implementation ("com.github.snksoft:crc:1.0.1")
'com.github.snksoft:crc:jar:1.0.1'
<dependency org="com.github.snksoft" name="crc" rev="1.0.1">
<artifact name="crc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snksoft', module='crc', version='1.0.1')
)
libraryDependencies += "com.github.snksoft" % "crc" % "1.0.1"
[com.github.snksoft/crc "1.0.1"]