c

chicory-core

Basic utilities to compensate shortcomings of Java SE. Part of chicory.
https://github.com/sviperll/chicory/tree/master/chicory-core
Files download
File Operation
chicory-core-0.34.jar download
chicory-core-0.34.pom download
chicory-core-0.34-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sviperll</groupId>
  <artifactId>chicory-core</artifactId>
  <version>0.34</version>
</dependency>
Gradle Groovy
implementation 'com.github.sviperll:chicory-core:0.34'
Gradle Kotlin
implementation("com.github.sviperll:chicory-core:0.34")
Scala SBT
libraryDependencies += "com.github.sviperll" % "chicory-core" % "0.34"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sviperll', module='chicory-core', version='0.34')
)
Apache Ivy
<dependency org="com.github.sviperll" name="chicory-core" rev="0.34" />
Leiningen
[com.github.sviperll/chicory-core "0.34"]
Apache Buildr
'com.github.sviperll:chicory-core:jar:0.34'