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