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