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