| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Net | 
| GroupId | GroupIdcom.theicenet | 
| ArtifactId | ArtifactIdtheicenet-cryptography-spring-boot-starter | 
| Last Version | Last Version1.3.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTheIceNet Cryptography is a library which makes easy to develop cryptography-based,
    production-grade Spring Boot applications. | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography-spring-boot-starter/ -->
<dependency>
    <groupId>com.theicenet</groupId>
    <artifactId>theicenet-cryptography-spring-boot-starter</artifactId>
    <version>1.3.2</version>
</dependency>// https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography-spring-boot-starter/
implementation 'com.theicenet:theicenet-cryptography-spring-boot-starter:1.3.2'// https://jarcasting.com/artifacts/com.theicenet/theicenet-cryptography-spring-boot-starter/
implementation ("com.theicenet:theicenet-cryptography-spring-boot-starter:1.3.2")'com.theicenet:theicenet-cryptography-spring-boot-starter:jar:1.3.2'<dependency org="com.theicenet" name="theicenet-cryptography-spring-boot-starter" rev="1.3.2">
  <artifact name="theicenet-cryptography-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.theicenet', module='theicenet-cryptography-spring-boot-starter', version='1.3.2')
)libraryDependencies += "com.theicenet" % "theicenet-cryptography-spring-boot-starter" % "1.3.2"[com.theicenet/theicenet-cryptography-spring-boot-starter "1.3.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.6.1 | 
| com.theicenet : theicenet-cryptography-module | jar | 1.3.2 |