GroupId | GroupIdcom.heanbian |
---|---|
ArtifactId | ArtifactIdheanbian-crypto |
Version | Version11.2.2 |
Type | Typejar |
Filename | Size |
---|---|
heanbian-crypto-11.2.2.pom | |
heanbian-crypto-11.2.2.jar | 7 KB |
heanbian-crypto-11.2.2-sources.jar | 5 KB |
heanbian-crypto-11.2.2-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-crypto/ -->
<dependency>
<groupId>com.heanbian</groupId>
<artifactId>heanbian-crypto</artifactId>
<version>11.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-crypto/
implementation 'com.heanbian:heanbian-crypto:11.2.2'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-crypto/
implementation ("com.heanbian:heanbian-crypto:11.2.2")
'com.heanbian:heanbian-crypto:jar:11.2.2'
<dependency org="com.heanbian" name="heanbian-crypto" rev="11.2.2">
<artifact name="heanbian-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-crypto', version='11.2.2')
)
libraryDependencies += "com.heanbian" % "heanbian-crypto" % "11.2.2"
[com.heanbian/heanbian-crypto "11.2.2"]