<dependency> <groupId>org.s1-platform</groupId> <artifactId>s1-xsd-utils</artifactId> <version>2.4.0</version> </dependency>
implementation 'org.s1-platform:s1-xsd-utils:2.4.0'
implementation("org.s1-platform:s1-xsd-utils:2.4.0")
libraryDependencies += "org.s1-platform" % "s1-xsd-utils" % "2.4.0"
@Grapes( @Grab(group='org.s1-platform', module='s1-xsd-utils', version='2.4.0') )
<dependency org="org.s1-platform" name="s1-xsd-utils" rev="2.4.0" />
[org.s1-platform/s1-xsd-utils "2.4.0"]
'org.s1-platform:s1-xsd-utils:jar:2.4.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.beust:jcommander:1.35
|-- org.s1-platform:s1-core:2.4.0
|-- org.slf4j:slf4j-api:1.7.5
|-- log4j:log4j:1.2.17
|-- xerces:xercesImpl:2.11.0
runtime
|-- org.slf4j:slf4j-log4j12:1.7.5
test
|-- org.s1-platform:s1-testing:2.4.0