Thilo Schwarz thischwa
  • Joined on 2026-05-12

codes.thischwa:jdvc (0.2.0)

Published 2026-08-09 18:45:10 +02:00 by thischwa in thischwa/JavadocViewerService

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.mein-gateway.de/api/packages/thischwa/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.mein-gateway.de/api/packages/thischwa/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.mein-gateway.de/api/packages/thischwa/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>codes.thischwa</groupId>
	<artifactId>jdvc</artifactId>
	<version>0.2.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.mein-gateway.de/api/packages/thischwa/maven -Dartifact=codes.thischwa:jdvc:0.2.0

Dependencies

org.springframework.boot:spring-boot-starter-web
org.springframework.boot:spring-boot-starter-thymeleaf
org.springframework.boot:spring-boot-starter-data-jpa
org.springframework.boot:spring-boot-starter-validation
org.springframework.boot:spring-boot-starter-liquibase
com.h2database:h2
org.projectlombok:lombok
org.eclipse.jgit:org.eclipse.jgit
${eclipse-jgit.version}
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
org.springframework.boot:spring-boot-starter-test
Details
Maven
2026-08-09 18:45:10 +02:00
3
JavadocViewerService
65 MiB
Assets (3)
Versions (3) View all
0.2.0 2026-08-09
0.1.0 2026-07-12
0.1.0-SNAPSHOT 2026-07-10