Эксперт ХД

com.fasterxml:classmate (1.7.0)

Published 2026-09-15 10:07:50 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.fasterxml</groupId>
	<artifactId>classmate</artifactId>
	<version>1.7.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=com.fasterxml:classmate:1.7.0

About this package

Library for introspecting types with full generic information including resolving of field and method types.

Dependencies

junit:junit
${version.junit}
Details
Maven
2026-09-15 10:07:50 +00:00
288
ClassMate
Apache License, Version 2.0
74 KiB
Assets (2)
Versions (2) View all
1.5.1 2026-09-15
1.7.0 2026-09-15