Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.github.ncredinburgh |
ArtifactId | ArtifactIdtomcat-external-propertysource |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/ -->
<dependency>
<groupId>com.github.ncredinburgh</groupId>
<artifactId>tomcat-external-propertysource</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/
implementation 'com.github.ncredinburgh:tomcat-external-propertysource:1.1'
// https://jarcasting.com/artifacts/com.github.ncredinburgh/tomcat-external-propertysource/
implementation ("com.github.ncredinburgh:tomcat-external-propertysource:1.1")
'com.github.ncredinburgh:tomcat-external-propertysource:jar:1.1'
<dependency org="com.github.ncredinburgh" name="tomcat-external-propertysource" rev="1.1">
<artifact name="tomcat-external-propertysource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ncredinburgh', module='tomcat-external-propertysource', version='1.1')
)
libraryDependencies += "com.github.ncredinburgh" % "tomcat-external-propertysource" % "1.1"
[com.github.ncredinburgh/tomcat-external-propertysource "1.1"]