| GroupId | GroupIdcom.gitee.zhibi |
|---|---|
| ArtifactId | ArtifactIdfast-http-encrypt |
| Version | Version2.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fast-http-encrypt-2.6.1.pom | |
| fast-http-encrypt-2.6.1.jar | 12 KB |
| fast-http-encrypt-2.6.1-sources.jar | 10 KB |
| fast-http-encrypt-2.6.1-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhibi/fast-http-encrypt/ -->
<dependency>
<groupId>com.gitee.zhibi</groupId>
<artifactId>fast-http-encrypt</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-http-encrypt/
implementation 'com.gitee.zhibi:fast-http-encrypt:2.6.1'
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-http-encrypt/
implementation ("com.gitee.zhibi:fast-http-encrypt:2.6.1")
'com.gitee.zhibi:fast-http-encrypt:jar:2.6.1'
<dependency org="com.gitee.zhibi" name="fast-http-encrypt" rev="2.6.1">
<artifact name="fast-http-encrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='fast-http-encrypt', version='2.6.1')
)
libraryDependencies += "com.gitee.zhibi" % "fast-http-encrypt" % "2.6.1"
[com.gitee.zhibi/fast-http-encrypt "2.6.1"]