| License |
License |
|---|---|
| GroupId | GroupIdli.rudin.core |
| ArtifactId | ArtifactIdcore-base |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| core-base-2.0.pom | |
| core-base-2.0.jar | 5 KB |
| core-base-2.0-sources.jar | 3 KB |
| core-base-2.0-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/li.rudin.core/core-base/ -->
<dependency>
<groupId>li.rudin.core</groupId>
<artifactId>core-base</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.core/core-base/
implementation 'li.rudin.core:core-base:2.0'
// https://jarcasting.com/artifacts/li.rudin.core/core-base/
implementation ("li.rudin.core:core-base:2.0")
'li.rudin.core:core-base:jar:2.0'
<dependency org="li.rudin.core" name="core-base" rev="2.0">
<artifact name="core-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.rudin.core', module='core-base', version='2.0')
)
libraryDependencies += "li.rudin.core" % "core-base" % "2.0"
[li.rudin.core/core-base "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |