License |
License |
---|---|
GroupId | GroupIdorg.cicirello |
ArtifactId | ArtifactIdcore |
Version | Version1.1.0 |
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-1.1.0.pom | |
core-1.1.0.jar | 8 KB |
core-1.1.0-sources.jar | 11 KB |
core-1.1.0-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cicirello/core/ -->
<dependency>
<groupId>org.cicirello</groupId>
<artifactId>core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cicirello/core/
implementation 'org.cicirello:core:1.1.0'
// https://jarcasting.com/artifacts/org.cicirello/core/
implementation ("org.cicirello:core:1.1.0")
'org.cicirello:core:jar:1.1.0'
<dependency org="org.cicirello" name="core" rev="1.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cicirello', module='core', version='1.1.0')
)
libraryDependencies += "org.cicirello" % "core" % "1.1.0"
[org.cicirello/core "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.13.2 |