GroupId | GroupIdcom.github.marcosemiao.log4jdbc |
---|---|
ArtifactId | ArtifactIdlog4jdbc-file |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
log4jdbc-file-0.1.0.pom | |
log4jdbc-file-0.1.0.jar | 184 KB |
log4jdbc-file-0.1.0-tests.jar | 1 KB |
log4jdbc-file-0.1.0-sources.jar | 148 KB |
log4jdbc-file-0.1.0-javadoc.jar | 786 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc-file/ -->
<dependency>
<groupId>com.github.marcosemiao.log4jdbc</groupId>
<artifactId>log4jdbc-file</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc-file/
implementation 'com.github.marcosemiao.log4jdbc:log4jdbc-file:0.1.0'
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc-file/
implementation ("com.github.marcosemiao.log4jdbc:log4jdbc-file:0.1.0")
'com.github.marcosemiao.log4jdbc:log4jdbc-file:jar:0.1.0'
<dependency org="com.github.marcosemiao.log4jdbc" name="log4jdbc-file" rev="0.1.0">
<artifact name="log4jdbc-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.log4jdbc', module='log4jdbc-file', version='0.1.0')
)
libraryDependencies += "com.github.marcosemiao.log4jdbc" % "log4jdbc-file" % "0.1.0"
[com.github.marcosemiao.log4jdbc/log4jdbc-file "0.1.0"]