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