is not current version
Last Version 0.36

com.github.sviperll:chicory-core 0.35

Basic utilities to compensate shortcomings of Java SE. Part of chicory.

GroupId

GroupId

com.github.sviperll
ArtifactId

ArtifactId

chicory-core
Version

Version

0.35
Type

Type

jar

Download chicory-core 0.35


<!-- https://jarcasting.com/artifacts/com.github.sviperll/chicory-core/ -->
<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-core</artifactId>
    <version>0.35</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-core/
implementation 'com.github.sviperll:chicory-core:0.35'
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-core/
implementation ("com.github.sviperll:chicory-core:0.35")
'com.github.sviperll:chicory-core:jar:0.35'
<dependency org="com.github.sviperll" name="chicory-core" rev="0.35">
  <artifact name="chicory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='chicory-core', version='0.35')
)
libraryDependencies += "com.github.sviperll" % "chicory-core" % "0.35"
[com.github.sviperll/chicory-core "0.35"]