GroupId | GroupIdorg.metafacture |
---|---|
ArtifactId | ArtifactIdmetafacture-strings |
Version | Version5.3.0 |
Type | Typejar |
Filename | Size |
---|---|
metafacture-strings-5.3.0.pom | |
metafacture-strings-5.3.0.jar | 14 KB |
metafacture-strings-5.3.0-sources.jar | 13 KB |
metafacture-strings-5.3.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metafacture/metafacture-strings/ -->
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-strings</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.metafacture/metafacture-strings/
implementation 'org.metafacture:metafacture-strings:5.3.0'
// https://jarcasting.com/artifacts/org.metafacture/metafacture-strings/
implementation ("org.metafacture:metafacture-strings:5.3.0")
'org.metafacture:metafacture-strings:jar:5.3.0'
<dependency org="org.metafacture" name="metafacture-strings" rev="5.3.0">
<artifact name="metafacture-strings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metafacture', module='metafacture-strings', version='5.3.0')
)
libraryDependencies += "org.metafacture" % "metafacture-strings" % "5.3.0"
[org.metafacture/metafacture-strings "5.3.0"]