GroupId | GroupIdcom.github.marcosemiao.log4jdbc |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
core-0.0.4.pom | 719 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/core/ -->
<dependency>
<groupId>com.github.marcosemiao.log4jdbc</groupId>
<artifactId>core</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/core/
implementation 'com.github.marcosemiao.log4jdbc:core:0.0.4'
// https://jarcasting.com/artifacts/com.github.marcosemiao.log4jdbc/core/
implementation ("com.github.marcosemiao.log4jdbc:core:0.0.4")
'com.github.marcosemiao.log4jdbc:core:pom:0.0.4'
<dependency org="com.github.marcosemiao.log4jdbc" name="core" rev="0.0.4">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marcosemiao.log4jdbc', module='core', version='0.0.4')
)
libraryDependencies += "com.github.marcosemiao.log4jdbc" % "core" % "0.0.4"
[com.github.marcosemiao.log4jdbc/core "0.0.4"]