| GroupId | GroupIdcn.taketoday |
|---|---|
| ArtifactId | ArtifactIdtoday-context |
| Version | Version3.0.4.RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.taketoday/today-context/ -->
<dependency>
<groupId>cn.taketoday</groupId>
<artifactId>today-context</artifactId>
<version>3.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.taketoday/today-context/
implementation 'cn.taketoday:today-context:3.0.4.RELEASE'
// https://jarcasting.com/artifacts/cn.taketoday/today-context/
implementation ("cn.taketoday:today-context:3.0.4.RELEASE")
'cn.taketoday:today-context:jar:3.0.4.RELEASE'
<dependency org="cn.taketoday" name="today-context" rev="3.0.4.RELEASE">
<artifact name="today-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.taketoday', module='today-context', version='3.0.4.RELEASE')
)
libraryDependencies += "cn.taketoday" % "today-context" % "3.0.4.RELEASE"
[cn.taketoday/today-context "3.0.4.RELEASE"]