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