| GroupId | GroupIdsoftware.purpledragon |
|---|---|
| ArtifactId | ArtifactIdtext-utils_2.12 |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| text-utils_2.12-1.1.1.pom | |
| text-utils_2.12-1.1.1.jar | 7 KB |
| text-utils_2.12-1.1.1-sources.jar | 2 KB |
| text-utils_2.12-1.1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/software.purpledragon/text-utils_2.12/ -->
<dependency>
<groupId>software.purpledragon</groupId>
<artifactId>text-utils_2.12</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/software.purpledragon/text-utils_2.12/
implementation 'software.purpledragon:text-utils_2.12:1.1.1'
// https://jarcasting.com/artifacts/software.purpledragon/text-utils_2.12/
implementation ("software.purpledragon:text-utils_2.12:1.1.1")
'software.purpledragon:text-utils_2.12:jar:1.1.1'
<dependency org="software.purpledragon" name="text-utils_2.12" rev="1.1.1">
<artifact name="text-utils_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.purpledragon', module='text-utils_2.12', version='1.1.1')
)
libraryDependencies += "software.purpledragon" % "text-utils_2.12" % "1.1.1"
[software.purpledragon/text-utils_2.12 "1.1.1"]