mimjdbc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.mimer.jdbc</groupId> <artifactId>mimjdbc</artifactId> <version>3.42.3</version> </dependency>
<?xml version="1.0"?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.mimer.jdbc</groupId> <artifactId>mimjdbc</artifactId> <version>3.42.3</version> <packaging>jar</packaging> <name>Mimer SQL JDBC driver</name> <description>JDBC Type 4 driver for Mimer SQL</description> <url>https://docs.mimer.com/MimerJdbcGuide/latest_mimerjdbc.html</url> <licenses> <license> <name>Mimer SQL Developer License for JDBC</name> <url>https://download.mimer.com/pub/dist/jdbc/license.txt</url> </license> </licenses> <developers> <developer> <organization>Mimer Information Technology AB</organization> <url>https://mimer.com</url> </developer> </developers> <scm> <connection>not public</connection> <developerConnection>not public</developerConnection> <url>not public</url> </scm> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> </project>