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