| License | License | 
|---|---|
| GroupId | GroupIdcom.woaizhuangbi | 
| ArtifactId | ArtifactIdencrypt-utils | 
| Last Version | Last Version0.0.1-RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionEncryptUtils A encrypt utils | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| encrypt-utils-0.0.1-RELEASE.pom | |
| encrypt-utils-0.0.1-RELEASE.jar | 7 KB | 
| encrypt-utils-0.0.1-RELEASE-sources.jar | 3 KB | 
| encrypt-utils-0.0.1-RELEASE-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.woaizhuangbi/encrypt-utils/ -->
<dependency>
    <groupId>com.woaizhuangbi</groupId>
    <artifactId>encrypt-utils</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.woaizhuangbi/encrypt-utils/
implementation 'com.woaizhuangbi:encrypt-utils:0.0.1-RELEASE'// https://jarcasting.com/artifacts/com.woaizhuangbi/encrypt-utils/
implementation ("com.woaizhuangbi:encrypt-utils:0.0.1-RELEASE")'com.woaizhuangbi:encrypt-utils:jar:0.0.1-RELEASE'<dependency org="com.woaizhuangbi" name="encrypt-utils" rev="0.0.1-RELEASE">
  <artifact name="encrypt-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='com.woaizhuangbi', module='encrypt-utils', version='0.0.1-RELEASE')
)libraryDependencies += "com.woaizhuangbi" % "encrypt-utils" % "0.0.1-RELEASE"[com.woaizhuangbi/encrypt-utils "0.0.1-RELEASE"]