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