| License |
License |
|---|---|
| GroupId | GroupIdorg.codelibs |
| ArtifactId | ArtifactIdcorelib |
| Last Version | Last Version0.5.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCodeLibs Core Library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| corelib-0.5.5.pom | |
| corelib-0.5.5.jar | 279 KB |
| corelib-0.5.5-sources.jar | 276 KB |
| corelib-0.5.5-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs/corelib/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>corelib</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/corelib/
implementation 'org.codelibs:corelib:0.5.5'
// https://jarcasting.com/artifacts/org.codelibs/corelib/
implementation ("org.codelibs:corelib:0.5.5")
'org.codelibs:corelib:jar:0.5.5'
<dependency org="org.codelibs" name="corelib" rev="0.5.5">
<artifact name="corelib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='corelib', version='0.5.5')
)
libraryDependencies += "org.codelibs" % "corelib" % "0.5.5"
[org.codelibs/corelib "0.5.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api Optional | jar | 1.7.26 |
| commons-logging : commons-logging Optional | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |