Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.ulisesbocchio |
ArtifactId | ArtifactIdjasypt-spring-boot-demo-simple |
Version | Version1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot-demo-simple/ -->
<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-demo-simple</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot-demo-simple/
implementation 'com.github.ulisesbocchio:jasypt-spring-boot-demo-simple:1.5'
// https://jarcasting.com/artifacts/com.github.ulisesbocchio/jasypt-spring-boot-demo-simple/
implementation ("com.github.ulisesbocchio:jasypt-spring-boot-demo-simple:1.5")
'com.github.ulisesbocchio:jasypt-spring-boot-demo-simple:jar:1.5'
<dependency org="com.github.ulisesbocchio" name="jasypt-spring-boot-demo-simple" rev="1.5">
<artifact name="jasypt-spring-boot-demo-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot-demo-simple', version='1.5')
)
libraryDependencies += "com.github.ulisesbocchio" % "jasypt-spring-boot-demo-simple" % "1.5"
[com.github.ulisesbocchio/jasypt-spring-boot-demo-simple "1.5"]