is not current version
Last Version 1.2

com.github.ncredinburgh:tomcat-external-propertysource 1.0

A Tomcat PropertySource class that reads provides property values from an external file.

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

com.github.ncredinburgh
ArtifactId

ArtifactId

tomcat-external-propertysource
Version

Version

1.0
Type

Type

jar

Download tomcat-external-propertysource 1.0


<!-- https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/ -->
<dependency>
    <groupId>com.github.ncredinburgh</groupId>
    <artifactId>tomcat-external-propertysource</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/
implementation 'com.github.ncredinburgh:tomcat-external-propertysource:1.0'
// https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/
implementation ("com.github.ncredinburgh:tomcat-external-propertysource:1.0")
'com.github.ncredinburgh:tomcat-external-propertysource:jar:1.0'
<dependency org="com.github.ncredinburgh" name="tomcat-external-propertysource" rev="1.0">
  <artifact name="tomcat-external-propertysource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ncredinburgh', module='tomcat-external-propertysource', version='1.0')
)
libraryDependencies += "com.github.ncredinburgh" % "tomcat-external-propertysource" % "1.0"
[com.github.ncredinburgh/tomcat-external-propertysource "1.0"]