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