Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcommons-text |
Version | Version1.0.16.0-jre14 |
Type | Typejar |
Filename | Size |
---|---|
commons-text-1.0.16.0-jre14.pom | |
commons-text-1.0.16.0-jre14.jar | 218 KB |
commons-text-1.0.16.0-jre14-sources.jar | 247 KB |
commons-text-1.0.16.0-jre14-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-text/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-text</artifactId>
<version>1.0.16.0-jre14</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-text/
implementation 'com.guicedee.services:commons-text:1.0.16.0-jre14'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-text/
implementation ("com.guicedee.services:commons-text:1.0.16.0-jre14")
'com.guicedee.services:commons-text:jar:1.0.16.0-jre14'
<dependency org="com.guicedee.services" name="commons-text" rev="1.0.16.0-jre14">
<artifact name="commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-text', version='1.0.16.0-jre14')
)
libraryDependencies += "com.guicedee.services" % "commons-text" % "1.0.16.0-jre14"
[com.guicedee.services/commons-text "1.0.16.0-jre14"]