<dependency>
<groupId>ch.vorburger.mariaDB4j</groupId>
<artifactId>mariaDB4j-core</artifactId>
<version>2.2.2</version>
</dependency>
@Grapes(
@Grab(group='ch.vorburger.mariaDB4j', module='mariaDB4j-core', version='2.2.2')
)
<parent> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j-pom</artifactId> <version>2.2.2</version> </parent>
compile
|-- org.apache.commons:commons-exec:1.3
|-- org.apache.commons:commons-lang3:3.4
|-- commons-collections:commons-collections
|-- org.springframework:spring-core
|-- org.springframework:spring-context
test
|-- junit:junit