License |
License |
---|---|
GroupId | GroupIdorg.cicirello |
ArtifactId | ArtifactIdcore |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
This library provides some of the core utilities
and data structures used in several of our other libraries and
projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-2.2.0.pom | |
core-2.2.0.jar | 3 KB |
core-2.2.0-sources.jar | 5 KB |
core-2.2.0-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cicirello/core/ -->
<dependency>
<groupId>org.cicirello</groupId>
<artifactId>core</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cicirello/core/
implementation 'org.cicirello:core:2.2.0'
// https://jarcasting.com/artifacts/org.cicirello/core/
implementation ("org.cicirello:core:2.2.0")
'org.cicirello:core:jar:2.2.0'
<dependency org="org.cicirello" name="core" rev="2.2.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cicirello', module='core', version='2.2.0')
)
libraryDependencies += "org.cicirello" % "core" % "2.2.0"
[org.cicirello/core "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |