GroupId | GroupIdcom.rockymadden.stringmetric |
---|---|
ArtifactId | ArtifactIdstringmetric-core |
Version | Version0.20.4 |
Type | Typejar |
Filename | Size |
---|---|
stringmetric-core-0.20.4.pom | |
stringmetric-core-0.20.4.jar | 401 KB |
stringmetric-core-0.20.4-sources.jar | 29 KB |
stringmetric-core-0.20.4-javadoc.jar | 481 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rockymadden.stringmetric/stringmetric-core/ -->
<dependency>
<groupId>com.rockymadden.stringmetric</groupId>
<artifactId>stringmetric-core</artifactId>
<version>0.20.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.rockymadden.stringmetric/stringmetric-core/
implementation 'com.rockymadden.stringmetric:stringmetric-core:0.20.4'
// https://jarcasting.com/artifacts/com.rockymadden.stringmetric/stringmetric-core/
implementation ("com.rockymadden.stringmetric:stringmetric-core:0.20.4")
'com.rockymadden.stringmetric:stringmetric-core:jar:0.20.4'
<dependency org="com.rockymadden.stringmetric" name="stringmetric-core" rev="0.20.4">
<artifact name="stringmetric-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rockymadden.stringmetric', module='stringmetric-core', version='0.20.4')
)
libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.20.4"
[com.rockymadden.stringmetric/stringmetric-core "0.20.4"]