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