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