GroupId | GroupIdcom.github.tkawachi |
---|---|
ArtifactId | ArtifactIdexhash-core |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
exhash-core-0.0.2.pom | |
exhash-core-0.0.2.jar | 4 KB |
exhash-core-0.0.2-sources.jar | 3 KB |
exhash-core-0.0.2-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tkawachi/exhash-core/ -->
<dependency>
<groupId>com.github.tkawachi</groupId>
<artifactId>exhash-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkawachi/exhash-core/
implementation 'com.github.tkawachi:exhash-core:0.0.2'
// https://jarcasting.com/artifacts/com.github.tkawachi/exhash-core/
implementation ("com.github.tkawachi:exhash-core:0.0.2")
'com.github.tkawachi:exhash-core:jar:0.0.2'
<dependency org="com.github.tkawachi" name="exhash-core" rev="0.0.2">
<artifact name="exhash-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkawachi', module='exhash-core', version='0.0.2')
)
libraryDependencies += "com.github.tkawachi" % "exhash-core" % "0.0.2"
[com.github.tkawachi/exhash-core "0.0.2"]