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