| Categories |
CategoriesGradle Build Tools |
|---|---|
| GroupId | GroupIdcom.github.mowedgrass |
| ArtifactId | ArtifactIdjasypt-gradle-boot-plugin |
| Version | Version0.1.32 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mowedgrass/jasypt-gradle-boot-plugin/ -->
<dependency>
<groupId>com.github.mowedgrass</groupId>
<artifactId>jasypt-gradle-boot-plugin</artifactId>
<version>0.1.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mowedgrass/jasypt-gradle-boot-plugin/
implementation 'com.github.mowedgrass:jasypt-gradle-boot-plugin:0.1.32'
// https://jarcasting.com/artifacts/com.github.mowedgrass/jasypt-gradle-boot-plugin/
implementation ("com.github.mowedgrass:jasypt-gradle-boot-plugin:0.1.32")
'com.github.mowedgrass:jasypt-gradle-boot-plugin:jar:0.1.32'
<dependency org="com.github.mowedgrass" name="jasypt-gradle-boot-plugin" rev="0.1.32">
<artifact name="jasypt-gradle-boot-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mowedgrass', module='jasypt-gradle-boot-plugin', version='0.1.32')
)
libraryDependencies += "com.github.mowedgrass" % "jasypt-gradle-boot-plugin" % "0.1.32"
[com.github.mowedgrass/jasypt-gradle-boot-plugin "0.1.32"]