License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdcom.github.ncredinburgh |
ArtifactId | ArtifactIdtomcat-external-propertysource |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTomcat External PropertySource
A Tomcat PropertySource class that reads provides property values from an external file.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/ -->
<dependency>
<groupId>com.github.ncredinburgh</groupId>
<artifactId>tomcat-external-propertysource</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/
implementation 'com.github.ncredinburgh:tomcat-external-propertysource:1.2'
// https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/
implementation ("com.github.ncredinburgh:tomcat-external-propertysource:1.2")
'com.github.ncredinburgh:tomcat-external-propertysource:jar:1.2'
<dependency org="com.github.ncredinburgh" name="tomcat-external-propertysource" rev="1.2">
<artifact name="tomcat-external-propertysource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ncredinburgh', module='tomcat-external-propertysource', version='1.2')
)
libraryDependencies += "com.github.ncredinburgh" % "tomcat-external-propertysource" % "1.2"
[com.github.ncredinburgh/tomcat-external-propertysource "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-coyote | jar | 7.0.82 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |