Categories |
CategoriesTomcat Container Application Servers Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.bordertech.lde |
ArtifactId | ArtifactIdlde-tomcat-commons-logging |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat-commons-logging/ -->
<dependency>
<groupId>com.github.bordertech.lde</groupId>
<artifactId>lde-tomcat-commons-logging</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat-commons-logging/
implementation 'com.github.bordertech.lde:lde-tomcat-commons-logging:1.0.3'
// https://jarcasting.com/artifacts/com.github.bordertech.lde/lde-tomcat-commons-logging/
implementation ("com.github.bordertech.lde:lde-tomcat-commons-logging:1.0.3")
'com.github.bordertech.lde:lde-tomcat-commons-logging:jar:1.0.3'
<dependency org="com.github.bordertech.lde" name="lde-tomcat-commons-logging" rev="1.0.3">
<artifact name="lde-tomcat-commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.lde', module='lde-tomcat-commons-logging', version='1.0.3')
)
libraryDependencies += "com.github.bordertech.lde" % "lde-tomcat-commons-logging" % "1.0.3"
[com.github.bordertech.lde/lde-tomcat-commons-logging "1.0.3"]