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