Files download
File Operation
Context-1.0.pom download
Context-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ren.imyan.endureblazex.ktx</groupId>
  <artifactId>Context</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ren.imyan.endureblazex.ktx:Context:1.0'
Gradle Kotlin
implementation("ren.imyan.endureblazex.ktx:Context:1.0")
Scala SBT
libraryDependencies += "ren.imyan.endureblazex.ktx" % "Context" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='ren.imyan.endureblazex.ktx', module='Context', version='1.0')
)
Apache Ivy
<dependency org="ren.imyan.endureblazex.ktx" name="Context" rev="1.0" />
Leiningen
[ren.imyan.endureblazex.ktx/Context "1.0"]
Apache Buildr
'ren.imyan.endureblazex.ktx:Context:jar:1.0'