| GroupId | GroupIdcn.taketoday |
|---|---|
| ArtifactId | ArtifactIdtoday-context |
| Version | Version2.1.3.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| today-context-2.1.3.RELEASE.pom | |
| today-context-2.1.3.RELEASE.jar | 234 KB |
| today-context-2.1.3.RELEASE-sources.jar | 288 KB |
| today-context-2.1.3.RELEASE-javadoc.jar | 748 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.taketoday/today-context/ -->
<dependency>
<groupId>cn.taketoday</groupId>
<artifactId>today-context</artifactId>
<version>2.1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.taketoday/today-context/
implementation 'cn.taketoday:today-context:2.1.3.RELEASE'
// https://jarcasting.com/artifacts/cn.taketoday/today-context/
implementation ("cn.taketoday:today-context:2.1.3.RELEASE")
'cn.taketoday:today-context:jar:2.1.3.RELEASE'
<dependency org="cn.taketoday" name="today-context" rev="2.1.3.RELEASE">
<artifact name="today-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.taketoday', module='today-context', version='2.1.3.RELEASE')
)
libraryDependencies += "cn.taketoday" % "today-context" % "2.1.3.RELEASE"
[cn.taketoday/today-context "2.1.3.RELEASE"]