c

core

This library provides some of the core utilities and data structures used in several of our other libraries and projects.
https://core.cicirello.org/
GPL-3.0-or-later
Cicirello.Org
Vincent A Cicirello
文件下载
文件名 操作
core-2.5.0.jar 下载
core-2.5.0.pom 下载
core-2.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.cicirello</groupId>
  <artifactId>core</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.cicirello:core:2.5.0'
Gradle Kotlin
implementation("org.cicirello:core:2.5.0")
Scala SBT
libraryDependencies += "org.cicirello" % "core" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cicirello', module='core', version='2.5.0')
)
Apache Ivy
<dependency org="org.cicirello" name="core" rev="2.5.0" />
Leiningen
[org.cicirello/core "2.5.0"]
Apache Buildr
'org.cicirello:core:jar:2.5.0'