| GroupId | GroupIdcn.itlym |
|---|---|
| ArtifactId | ArtifactIdshoulder-starter-crypto |
| Version | Version0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shoulder-starter-crypto-0.5.pom | |
| shoulder-starter-crypto-0.5.jar | 1 KB |
| shoulder-starter-crypto-0.5-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-crypto/ -->
<dependency>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-starter-crypto</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-crypto/
implementation 'cn.itlym:shoulder-starter-crypto:0.5'
// https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-crypto/
implementation ("cn.itlym:shoulder-starter-crypto:0.5")
'cn.itlym:shoulder-starter-crypto:jar:0.5'
<dependency org="cn.itlym" name="shoulder-starter-crypto" rev="0.5">
<artifact name="shoulder-starter-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.itlym', module='shoulder-starter-crypto', version='0.5')
)
libraryDependencies += "cn.itlym" % "shoulder-starter-crypto" % "0.5"
[cn.itlym/shoulder-starter-crypto "0.5"]