License |
License
https://raw.githubusercontent.com/h-thurow/TomcatJNDI/master/LICENSE.txt
|
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdcom.github.h-thurow |
ArtifactId | ArtifactIdTomcatJNDI |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.h-thurow:TomcatJNDI
Use classes dependent on Tomcat's JNDI environment (e. g. DataSource) outside of Tomcat.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
TomcatJNDI-1.0.0.pom | |
TomcatJNDI-1.0.0.jar | 9 KB |
TomcatJNDI-1.0.0-test-sources.jar | 38 KB |
TomcatJNDI-1.0.0-sources.jar | 7 KB |
TomcatJNDI-1.0.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.h-thurow/TomcatJNDI/ -->
<dependency>
<groupId>com.github.h-thurow</groupId>
<artifactId>TomcatJNDI</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.h-thurow/TomcatJNDI/
implementation 'com.github.h-thurow:TomcatJNDI:1.0.0'
// https://jarcasting.com/artifacts/com.github.h-thurow/TomcatJNDI/
implementation ("com.github.h-thurow:TomcatJNDI:1.0.0")
'com.github.h-thurow:TomcatJNDI:jar:1.0.0'
<dependency org="com.github.h-thurow" name="TomcatJNDI" rev="1.0.0">
<artifact name="TomcatJNDI" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.h-thurow', module='TomcatJNDI', version='1.0.0')
)
libraryDependencies += "com.github.h-thurow" % "TomcatJNDI" % "1.0.0"
[com.github.h-thurow/TomcatJNDI "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat.embed : tomcat-embed-core | jar | 7.0.79 |
org.apache.tomcat.embed : tomcat-embed-logging-juli | jar | 7.0.79 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-dbcp | jar | 7.0.79 |
org.apache.tomcat : tomcat-jdbc | jar | 7.0.79 |
javax.mail : mail | jar | 1.4.4 |
org.apache.openejb : openejb-standalone | zip | 4.7.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hsqldb : hsqldb | jar | 2.3.5 |
com.bitmechanic : dumbster | jar | 1.9.0.2 |