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