MVN

net.minidev : accessors-smart

Maven & Gradle

Jul 09, 2023
46 usages
143 stars

ASM based accessors helper used by json-smart · Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.

<dependency>
    <groupId>net.minidev</groupId>
    <artifactId>accessors-smart</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.minidev : accessors-smart to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of net.minidev : accessors-smart to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
accessors-smart-2.5.0
2.4.x
accessors-smart-2.4.11
accessors-smart-2.4.9
accessors-smart-2.4.8
accessors-smart-2.4.7
accessors-smart-2.4.6
accessors-smart-2.4.3
accessors-smart-2.4.2
2.3.x
accessors-smart-2.3.1
1.3
accessors-smart-1.3
1.2
accessors-smart-1.2
1.1
accessors-smart-1.1

How to add a dependency to Maven

Add the following net.minidev : accessors-smart maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.minidev</groupId>
    <artifactId>accessors-smart</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.minidev : accessors-smart gradle dependency to your build.gradle file:

implementation 'net.minidev:accessors-smart:2.5.0'

Gradle Kotlin DSL: Add the following net.minidev : accessors-smart gradle kotlin dependency to your build.gradle.kts file:

implementation("net.minidev:accessors-smart:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.minidev : accessors-smart sbt scala dependency to your build.sbt file:

libraryDependencies += "net.minidev" % "accessors-smart" % "2.5.0"

Advertisement

Dependencies from Group

Jul 09, 2023
497 usages
143 stars
Dec 22, 2018
91 usages
11 stars
Jul 09, 2023
46 usages
143 stars
asm
Dec 12, 2014
29 usages
136 stars
Apr 04, 2017
5 usages

Discover Dependencies

Nov 08, 2021
1 stars
Jun 12, 2023
172 stars
Jun 12, 2023
26 usages
172 stars
Jun 12, 2023
172 stars
Mar 18, 2016
2 usages
172 stars
Jul 09, 2018
172 stars
Jun 05, 2021
56 stars