core

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

License

License

GroupId

GroupId

org.cicirello
ArtifactId

ArtifactId

core
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://core.cicirello.org/
Project Organization

Project Organization

Cicirello.Org
Source Code Management

Source Code Management

http://github.com/cicirello/core/tree/main

Download core

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.0
2.1.0
2.0.0
1.1.0
1.0.0