License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers Data |
GroupId | GroupIdcom.github.ncredinburgh |
ArtifactId | ArtifactIdsecure-tomcat-datasourcefactory |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionSecure Tomcat DataSource Factory
A Tomcat DataSourceFactory that supports an encrypted password
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.ncredinburgh/secure-tomcat-datasourcefactory/ -->
<dependency>
<groupId>com.github.ncredinburgh</groupId>
<artifactId>secure-tomcat-datasourcefactory</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ncredinburgh/secure-tomcat-datasourcefactory/
implementation 'com.github.ncredinburgh:secure-tomcat-datasourcefactory:0.2'
// https://jarcasting.com/artifacts/com.github.ncredinburgh/secure-tomcat-datasourcefactory/
implementation ("com.github.ncredinburgh:secure-tomcat-datasourcefactory:0.2")
'com.github.ncredinburgh:secure-tomcat-datasourcefactory:jar:0.2'
<dependency org="com.github.ncredinburgh" name="secure-tomcat-datasourcefactory" rev="0.2">
<artifact name="secure-tomcat-datasourcefactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ncredinburgh', module='secure-tomcat-datasourcefactory', version='0.2')
)
libraryDependencies += "com.github.ncredinburgh" % "secure-tomcat-datasourcefactory" % "0.2"
[com.github.ncredinburgh/secure-tomcat-datasourcefactory "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-jdbc | jar | 7.0.29 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |