c

chicory-core

Files download
File Operation
chicory-core-0.27-rc3.jar download
chicory-core-0.27-rc3.pom download
chicory-core-0.27-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sviperll</groupId>
  <artifactId>chicory-core</artifactId>
  <version>0.27-rc3</version>
</dependency>
Gradle Groovy
implementation 'com.github.sviperll:chicory-core:0.27-rc3'
Gradle Kotlin
implementation("com.github.sviperll:chicory-core:0.27-rc3")
Scala SBT
libraryDependencies += "com.github.sviperll" % "chicory-core" % "0.27-rc3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sviperll', module='chicory-core', version='0.27-rc3')
)
Apache Ivy
<dependency org="com.github.sviperll" name="chicory-core" rev="0.27-rc3" />
Leiningen
[com.github.sviperll/chicory-core "0.27-rc3"]
Apache Buildr
'com.github.sviperll:chicory-core:jar:0.27-rc3'