| License | License | 
|---|---|
| GroupId | GroupIdcom.mizhousoft.commons | 
| ArtifactId | ArtifactIdcommons-context | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncommons-context | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| commons-context-1.0.0.pom | |
| commons-context-1.0.0.jar | 5 KB | 
| commons-context-1.0.0-sources.jar | 4 KB | 
| commons-context-1.0.0-javadoc.jar | 51 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-context/ -->
<dependency>
    <groupId>com.mizhousoft.commons</groupId>
    <artifactId>commons-context</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-context/
implementation 'com.mizhousoft.commons:commons-context:1.0.0'// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-context/
implementation ("com.mizhousoft.commons:commons-context:1.0.0")'com.mizhousoft.commons:commons-context:jar:1.0.0'<dependency org="com.mizhousoft.commons" name="commons-context" rev="1.0.0">
  <artifact name="commons-context" type="jar" />
</dependency>@Grapes(
@Grab(group='com.mizhousoft.commons', module='commons-context', version='1.0.0')
)libraryDependencies += "com.mizhousoft.commons" % "commons-context" % "1.0.0"[com.mizhousoft.commons/commons-context "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.mizhousoft.commons : commons-data | jar | 1.0.0 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| org.apache.commons : commons-lang3 | jar | 3.10 | 
| org.apache.commons : commons-collections4 | jar | 4.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-context | jar | 5.2.12.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |