Categories |
CategoriesData Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.teradata.tempto |
ArtifactId | ArtifactIdtempto-logging-log4j |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
tempto-logging-log4j-1.7.pom | |
tempto-logging-log4j-1.7.jar | 5 KB |
tempto-logging-log4j-1.7-sources.jar | 2 KB |
tempto-logging-log4j-1.7-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.teradata.tempto/tempto-logging-log4j/ -->
<dependency>
<groupId>com.teradata.tempto</groupId>
<artifactId>tempto-logging-log4j</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.teradata.tempto/tempto-logging-log4j/
implementation 'com.teradata.tempto:tempto-logging-log4j:1.7'
// https://jarcasting.com/artifacts/com.teradata.tempto/tempto-logging-log4j/
implementation ("com.teradata.tempto:tempto-logging-log4j:1.7")
'com.teradata.tempto:tempto-logging-log4j:jar:1.7'
<dependency org="com.teradata.tempto" name="tempto-logging-log4j" rev="1.7">
<artifact name="tempto-logging-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.teradata.tempto', module='tempto-logging-log4j', version='1.7')
)
libraryDependencies += "com.teradata.tempto" % "tempto-logging-log4j" % "1.7"
[com.teradata.tempto/tempto-logging-log4j "1.7"]