Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jasypt |
ArtifactId | ArtifactIdjasypt-wicket15 |
Version | Version1.9.0 |
Type | Typejar |
Filename | Size |
---|---|
jasypt-wicket15-1.9.0.pom | |
jasypt-wicket15-1.9.0.jar | 10 KB |
jasypt-wicket15-1.9.0-sources.jar | 9 KB |
jasypt-wicket15-1.9.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasypt/jasypt-wicket15/ -->
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt-wicket15</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasypt/jasypt-wicket15/
implementation 'org.jasypt:jasypt-wicket15:1.9.0'
// https://jarcasting.com/artifacts/org.jasypt/jasypt-wicket15/
implementation ("org.jasypt:jasypt-wicket15:1.9.0")
'org.jasypt:jasypt-wicket15:jar:1.9.0'
<dependency org="org.jasypt" name="jasypt-wicket15" rev="1.9.0">
<artifact name="jasypt-wicket15" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasypt', module='jasypt-wicket15', version='1.9.0')
)
libraryDependencies += "org.jasypt" % "jasypt-wicket15" % "1.9.0"
[org.jasypt/jasypt-wicket15 "1.9.0"]