<dependency> <groupId>org.leadpony.justify</groupId> <artifactId>justify</artifactId> <version>2.1.0</version> </dependency>
implementation 'org.leadpony.justify:justify:2.1.0'
implementation("org.leadpony.justify:justify:2.1.0")
libraryDependencies += "org.leadpony.justify" % "justify" % "2.1.0"
@Grapes( @Grab(group='org.leadpony.justify', module='justify', version='2.1.0') )
<dependency org="org.leadpony.justify" name="justify" rev="2.1.0" />
[org.leadpony.justify/justify "2.1.0"]
'org.leadpony.justify:justify:jar:2.1.0'
<parent> <groupId>org.leadpony.justify</groupId> <artifactId>justify-parent</artifactId> <version>2.1.0</version> </parent>
compile
|-- jakarta.json:jakarta.json-api
|-- com.ibm.icu:icu4j
test
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- org.assertj:assertj-core
|-- ${jsonp.provider.groupId}:${jsonp.provider.artifactId}