![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.maven.com.github.marcosemiao.log4jdbc.log4jdbc-api.pom.xml Maven / Gradle / Ivy
The newest version!
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.marcosemiao.log4jdbc</groupId> <artifactId>parent</artifactId> <version>0.2.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <groupId>com.github.marcosemiao.log4jdbc</groupId> <artifactId>log4jdbc-api</artifactId> <version>0.2.0</version> <name>Log4Jdbc Core Api</name> <dependencies> <dependency> <groupId>com.github.marcosemiao.log4jdbc</groupId> <artifactId>log4jdbc-utils</artifactId> <version>${project.version}</version> </dependency> <!-- Tests --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy