<dependency> <groupId>org.openmbee.mms</groupId> <artifactId>json</artifactId> <version>4.0.7</version> </dependency>
implementation 'org.openmbee.mms:json:4.0.7'
implementation("org.openmbee.mms:json:4.0.7")
libraryDependencies += "org.openmbee.mms" % "json" % "4.0.7"
@Grapes( @Grab(group='org.openmbee.mms', module='json', version='4.0.7') )
<dependency org="org.openmbee.mms" name="json" rev="4.0.7" />
[org.openmbee.mms/json "4.0.7"]
'org.openmbee.mms:json:jar:4.0.7'
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.10.3
runtime
|-- com.fasterxml.jackson.core:jackson-annotations:2.10.3
|-- io.swagger.core.v3:swagger-annotations:2.1.2