maven2

javax.sql:jdbc-stdext (2.0)

Published 2026-07-11 14:14:01 +00:00 by uniCenta

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://repo.unicenta.io/api/packages/maven2/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://repo.unicenta.io/api/packages/maven2/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://repo.unicenta.io/api/packages/maven2/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>javax.sql</groupId>
	<artifactId>jdbc-stdext</artifactId>
	<version>2.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://repo.unicenta.io/api/packages/maven2/maven -Dartifact=javax.sql:jdbc-stdext:2.0
Details
Maven
2026-07-11 14:14:01 +00:00
2
7.0 KiB
Assets (2)
Versions (1) View all
2.0 2026-07-11