GroupId | GroupIdorg.tbee.xml2xxx |
---|---|
ArtifactId | ArtifactIdxml2xxx |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
xml2xxx-0.3.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tbee.xml2xxx/xml2xxx/ -->
<dependency>
<groupId>org.tbee.xml2xxx</groupId>
<artifactId>xml2xxx</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tbee.xml2xxx/xml2xxx/
implementation 'org.tbee.xml2xxx:xml2xxx:0.3.0'
// https://jarcasting.com/artifacts/org.tbee.xml2xxx/xml2xxx/
implementation ("org.tbee.xml2xxx:xml2xxx:0.3.0")
'org.tbee.xml2xxx:xml2xxx:pom:0.3.0'
<dependency org="org.tbee.xml2xxx" name="xml2xxx" rev="0.3.0">
<artifact name="xml2xxx" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tbee.xml2xxx', module='xml2xxx', version='0.3.0')
)
libraryDependencies += "org.tbee.xml2xxx" % "xml2xxx" % "0.3.0"
[org.tbee.xml2xxx/xml2xxx "0.3.0"]