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