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