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