Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdcommons-codec |
Version | Version1.0.2.1-jre13 |
Type | Typejar |
Filename | Size |
---|---|
commons-codec-1.0.2.1-jre13.pom | |
commons-codec-1.0.2.1-jre13.jar | 343 KB |
commons-codec-1.0.2.1-jre13-tests.jar | 22 bytes |
commons-codec-1.0.2.1-jre13-sources.jar | 347 KB |
commons-codec-1.0.2.1-jre13-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/commons-codec/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-codec</artifactId>
<version>1.0.2.1-jre13</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/commons-codec/
implementation 'com.guicedee.services:commons-codec:1.0.2.1-jre13'
// https://jarcasting.com/artifacts/com.guicedee.services/commons-codec/
implementation ("com.guicedee.services:commons-codec:1.0.2.1-jre13")
'com.guicedee.services:commons-codec:jar:1.0.2.1-jre13'
<dependency org="com.guicedee.services" name="commons-codec" rev="1.0.2.1-jre13">
<artifact name="commons-codec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='commons-codec', version='1.0.2.1-jre13')
)
libraryDependencies += "com.guicedee.services" % "commons-codec" % "1.0.2.1-jre13"
[com.guicedee.services/commons-codec "1.0.2.1-jre13"]