License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.ulisesbocchio |
ArtifactId | ArtifactIdjasypt-spring-boot |
Last Version | Last Version3.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJasypt Spring Boot
Jasypt Spring Boot
|
Filename | Size |
---|---|
jasypt-spring-boot-3.0.4.pom | |
jasypt-spring-boot-3.0.4.jar | 93 KB |
jasypt-spring-boot-3.0.4-sources.jar | 49 KB |
jasypt-spring-boot-3.0.4-javadoc.jar | 364 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot/ -->
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot/
implementation 'com.github.ulisesbocchio:jasypt-spring-boot:3.0.4'
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot/
implementation ("com.github.ulisesbocchio:jasypt-spring-boot:3.0.4")
'com.github.ulisesbocchio:jasypt-spring-boot:jar:3.0.4'
<dependency org="com.github.ulisesbocchio" name="jasypt-spring-boot" rev="3.0.4">
<artifact name="jasypt-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot', version='3.0.4')
)
libraryDependencies += "com.github.ulisesbocchio" % "jasypt-spring-boot" % "3.0.4"
[com.github.ulisesbocchio/jasypt-spring-boot "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jasypt : jasypt | jar | 1.9.3 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |