| License |
License |
|---|---|
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdutil-strings |
| Version | Version2.7.2 |
| Type | Typejar |
| Description |
DescriptionShared configuration for Giulius, Acteur and
related projects
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMastfrog Technologies |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| util-strings-2.7.2.pom | |
| util-strings-2.7.2.jar | 85 KB |
| util-strings-2.7.2-sources.jar | 53 KB |
| util-strings-2.7.2-javadoc.jar | 129 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/util-strings/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>util-strings</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/util-strings/
implementation 'com.mastfrog:util-strings:2.7.2'
// https://jarcasting.com/artifacts/com.mastfrog/util-strings/
implementation ("com.mastfrog:util-strings:2.7.2")
'com.mastfrog:util-strings:jar:2.7.2'
<dependency org="com.mastfrog" name="util-strings" rev="2.7.2">
<artifact name="util-strings" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='util-strings', version='2.7.2')
)
libraryDependencies += "com.mastfrog" % "util-strings" % "2.7.2"
[com.mastfrog/util-strings "2.7.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mastfrog : util-preconditions | jar | 2.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |