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