License |
License |
---|---|
GroupId | GroupIdcom.github.firststraw |
ArtifactId | ArtifactIdjasypt-convenience |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionFirst Straw - Jasypt Convenience Library
Library containing convenience classes to make simple usage of Jasypt even easier than it already is.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jasypt-convenience-1.0.2.pom | |
jasypt-convenience-1.0.2.jar | 5 KB |
jasypt-convenience-1.0.2-sources.jar | 5 KB |
jasypt-convenience-1.0.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.firststraw/jasypt-convenience/ -->
<dependency>
<groupId>com.github.firststraw</groupId>
<artifactId>jasypt-convenience</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.firststraw/jasypt-convenience/
implementation 'com.github.firststraw:jasypt-convenience:1.0.2'
// https://jarcasting.com/artifacts/com.github.firststraw/jasypt-convenience/
implementation ("com.github.firststraw:jasypt-convenience:1.0.2")
'com.github.firststraw:jasypt-convenience:jar:1.0.2'
<dependency org="com.github.firststraw" name="jasypt-convenience" rev="1.0.2">
<artifact name="jasypt-convenience" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.firststraw', module='jasypt-convenience', version='1.0.2')
)
libraryDependencies += "com.github.firststraw" % "jasypt-convenience" % "1.0.2"
[com.github.firststraw/jasypt-convenience "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.jasypt : jasypt | jar | 1.9.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |