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