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