| GroupId | GroupIdtop.wboost | 
|---|---|
| ArtifactId | ArtifactIdcommon-context | 
| Version | Version3.1.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| common-context-3.1.RELEASE.pom | |
| common-context-3.1.RELEASE.jar | 41 KB | 
| common-context-3.1.RELEASE-sources.jar | 29 KB | 
| common-context-3.1.RELEASE-javadoc.jar | 190 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/top.wboost/common-context/ -->
<dependency>
    <groupId>top.wboost</groupId>
    <artifactId>common-context</artifactId>
    <version>3.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/top.wboost/common-context/
implementation 'top.wboost:common-context:3.1.RELEASE'// https://jarcasting.com/artifacts/top.wboost/common-context/
implementation ("top.wboost:common-context:3.1.RELEASE")'top.wboost:common-context:jar:3.1.RELEASE'<dependency org="top.wboost" name="common-context" rev="3.1.RELEASE">
  <artifact name="common-context" type="jar" />
</dependency>@Grapes(
@Grab(group='top.wboost', module='common-context', version='3.1.RELEASE')
)libraryDependencies += "top.wboost" % "common-context" % "3.1.RELEASE"[top.wboost/common-context "3.1.RELEASE"]