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