| GroupId | GroupIdio.github.dsc-cmt |
|---|---|
| ArtifactId | ArtifactIdspring-easy-strategy |
| Version | Version1.3.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.dsc-cmt/spring-easy-strategy/ -->
<dependency>
<groupId>io.github.dsc-cmt</groupId>
<artifactId>spring-easy-strategy</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dsc-cmt/spring-easy-strategy/
implementation 'io.github.dsc-cmt:spring-easy-strategy:1.3.0'
// https://jarcasting.com/artifacts/io.github.dsc-cmt/spring-easy-strategy/
implementation ("io.github.dsc-cmt:spring-easy-strategy:1.3.0")
'io.github.dsc-cmt:spring-easy-strategy:jar:1.3.0'
<dependency org="io.github.dsc-cmt" name="spring-easy-strategy" rev="1.3.0">
<artifact name="spring-easy-strategy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dsc-cmt', module='spring-easy-strategy', version='1.3.0')
)
libraryDependencies += "io.github.dsc-cmt" % "spring-easy-strategy" % "1.3.0"
[io.github.dsc-cmt/spring-easy-strategy "1.3.0"]