s

simter-context

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