is not current version
Last Version 2.2.0

org.cicirello:core 2.0.0

This library provides some of the core utilities and data structures used in several of our other libraries and projects.

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

core
Version

Version

2.0.0
Type

Type

jar

Download core 2.0.0


<!-- https://jarcasting.com/artifacts/org.cicirello/core/ -->
<dependency>
    <groupId>org.cicirello</groupId>
    <artifactId>core</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cicirello/core/
implementation 'org.cicirello:core:2.0.0'
// https://jarcasting.com/artifacts/org.cicirello/core/
implementation ("org.cicirello:core:2.0.0")
'org.cicirello:core:jar:2.0.0'
<dependency org="org.cicirello" name="core" rev="2.0.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cicirello', module='core', version='2.0.0')
)
libraryDependencies += "org.cicirello" % "core" % "2.0.0"
[org.cicirello/core "2.0.0"]