<dependency>
<groupId>net.sourceforge.ota-tools.schema.xmlbeans</groupId>
<artifactId>ota-tools-schema-xmlbeans</artifactId>
<version>1.1.6</version>
</dependency>
implementation group: 'net.sourceforge.ota-tools.schema.xmlbeans', name: 'ota-tools-schema-xmlbeans', version: '1.1.6'
implementation 'net.sourceforge.ota-tools.schema.xmlbeans:ota-tools-schema-xmlbeans:1.1.6'
implementation("net.sourceforge.ota-tools.schema.xmlbeans:ota-tools-schema-xmlbeans:1.1.6")
libraryDependencies += "net.sourceforge.ota-tools.schema.xmlbeans" % "ota-tools-schema-xmlbeans" % "1.1.6"
<dependency org="net.sourceforge.ota-tools.schema.xmlbeans" name="ota-tools-schema-xmlbeans" rev="1.1.6"/>
@Grapes(
@Grab(group='net.sourceforge.ota-tools.schema.xmlbeans', module='ota-tools-schema-xmlbeans', version='1.1.6')
)
[net.sourceforge.ota-tools.schema.xmlbeans/ota-tools-schema-xmlbeans "1.1.6"]
'net.sourceforge.ota-tools.schema.xmlbeans:ota-tools-schema-xmlbeans:jar:1.1.6'