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