Thilo Schwarz thischwa
  • Joined on 2026-05-12

codes.thischwa:jdvc (0.1.0-SNAPSHOT)

Published 2026-07-10 18:29:45 +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.1.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.mein-gateway.de/api/packages/thischwa/maven -Dartifact=codes.thischwa:jdvc:0.1.0-SNAPSHOT

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
7.2.1.202505142326-r
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
org.springframework.boot:spring-boot-starter-test
Details
Maven
2026-07-10 18:29:45 +02:00
4
JavadocViewerService
68 MiB
Assets (4)
Versions (3) View all
0.2.0 2026-08-09
0.1.0 2026-07-12
0.1.0-SNAPSHOT 2026-07-10