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