GroupId | GroupIdpl.wrzasq.commons |
---|---|
ArtifactId | ArtifactIdcommons-text |
Version | Version1.0.12 |
Type | Typejar |
Filename | Size |
---|---|
commons-text-1.0.12.pom | |
commons-text-1.0.12.jar | 10 KB |
commons-text-1.0.12-sources.jar | 8 KB |
commons-text-1.0.12-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-text/ -->
<dependency>
<groupId>pl.wrzasq.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-text/
implementation 'pl.wrzasq.commons:commons-text:1.0.12'
// https://jarcasting.com/artifacts/pl.wrzasq.commons/commons-text/
implementation ("pl.wrzasq.commons:commons-text:1.0.12")
'pl.wrzasq.commons:commons-text:jar:1.0.12'
<dependency org="pl.wrzasq.commons" name="commons-text" rev="1.0.12">
<artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.wrzasq.commons', module='commons-text', version='1.0.12')
)
libraryDependencies += "pl.wrzasq.commons" % "commons-text" % "1.0.12"
[pl.wrzasq.commons/commons-text "1.0.12"]