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