<dependency> <groupId>net.minidev</groupId> <artifactId>accessors-smart</artifactId> <version>2.4.7</version> <type>bundle</type> </dependency>
implementation 'net.minidev:accessors-smart:2.4.7'
implementation("net.minidev:accessors-smart:2.4.7")
libraryDependencies += "net.minidev" % "accessors-smart" % "2.4.7"
@Grapes( @Grab(group='net.minidev', module='accessors-smart', version='2.4.7') )
<dependency org="net.minidev" name="accessors-smart" rev="2.4.7" />
[net.minidev/accessors-smart "2.4.7"]
'net.minidev:accessors-smart:jar:2.4.7'
compile
|-- org.ow2.asm:asm:9.1
test
|-- org.junit.jupiter:junit-jupiter-api:5.7.1