GroupId | GroupIdcom.github.marcosemiao.log4jdbc |
---|---|
ArtifactId | ArtifactIdlog4jdbc-logger-file-core |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc-logger-file-core/ -->
<dependency>
<groupId>com.github.marcosemiao.log4jdbc</groupId>
<artifactId>log4jdbc-logger-file-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc-logger-file-core/
implementation 'com.github.marcosemiao.log4jdbc:log4jdbc-logger-file-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/log4jdbc-logger-file-core/
implementation ("com.github.marcosemiao.log4jdbc:log4jdbc-logger-file-core:0.1.0")
'com.github.marcosemiao.log4jdbc:log4jdbc-logger-file-core:jar:0.1.0'
<dependency org="com.github.marcosemiao.log4jdbc" name="log4jdbc-logger-file-core" rev="0.1.0">
<artifact name="log4jdbc-logger-file-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.log4jdbc', module='log4jdbc-logger-file-core', version='0.1.0')
)
libraryDependencies += "com.github.marcosemiao.log4jdbc" % "log4jdbc-logger-file-core" % "0.1.0"
[com.github.marcosemiao.log4jdbc/log4jdbc-logger-file-core "0.1.0"]