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