db-ultimate
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.cweijan</groupId>
<artifactId>db-ultimate</artifactId>
<version>1.4.93</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.cweijan</groupId>
<artifactId>db-ultimate</artifactId>
<version>1.4.93</version>
<name>db-ultimate</name>
<description>A java orm framework</description>
<url>https://github.com/mautini/schemaorg-java</url>
<organization>
<name>github.cweijan</name>
<url>https://github.com/cweijan</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://github.com/cweijan/db-ultimate/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>cweijan</id>
<name>cweijan</name>
<email>cweijan@163.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/cweijan/db-ultimate.git</connection>
<developerConnection>scm:git:ssh://git@github.com:cweijan/db-ultimate.git</developerConnection>
<url>https://github.com/cweijan/db-ultimate.git</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/cweijan/db-ultimate/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.1.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.1.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>3.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.38</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>8.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queryparser</artifactId>
<version>8.1.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>