s

simter-context

System Context Interface and holder
https://github.com/simter/simter-context
MIT
simter
RJ Hwang
Files download
File Operation
simter-context-0.4.0.jar download
simter-context-0.4.0.pom download
simter-context-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.simter</groupId>
  <artifactId>simter-context</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'tech.simter:simter-context:0.4.0'
Gradle Kotlin
implementation("tech.simter:simter-context:0.4.0")
Scala SBT
libraryDependencies += "tech.simter" % "simter-context" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.simter', module='simter-context', version='0.4.0')
)
Apache Ivy
<dependency org="tech.simter" name="simter-context" rev="0.4.0" />
Leiningen
[tech.simter/simter-context "0.4.0"]
Apache Buildr
'tech.simter:simter-context:jar:0.4.0'