Эксперт ХД

net.minidev:accessors-smart (2.5.0)

Published 2026-09-15 11:10:38 +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>net.minidev</groupId>
	<artifactId>accessors-smart</artifactId>
	<version>2.5.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=net.minidev:accessors-smart:2.5.0

About this package

Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.

Dependencies

org.junit.jupiter:junit-jupiter-api
5.8.2
org.ow2.asm:asm
9.3
Details
Maven
2026-09-15 11:10:38 +00:00
1
ASM based accessors helper used by json-smart
The Apache Software License, Version 2.0
40 KiB
Assets (2)
Versions (2) View all
2.5.0 2026-09-15
2.5.2 2026-09-15