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 installmvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=net.minidev:accessors-smart:2.5.0About 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
2026-09-15 11:10:38 +00:00
Assets (2)
Versions (2)
View all
Maven
1
ASM based accessors helper used by json-smart
The Apache Software License, Version 2.0
40 KiB
accessors-smart-2.5.0.jar
29 KiB
accessors-smart-2.5.0.pom
11 KiB