GroupId | GroupIdeu.cedarsoft.utils |
---|---|
ArtifactId | ArtifactIdxml-commons |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
xml-commons-1.1.pom | |
xml-commons-1.1.jar | 4 KB |
xml-commons-1.1-sources.jar | 2 KB |
xml-commons-1.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.utils/xml-commons/ -->
<dependency>
<groupId>eu.cedarsoft.utils</groupId>
<artifactId>xml-commons</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.utils/xml-commons/
implementation 'eu.cedarsoft.utils:xml-commons:1.1'
// https://jarcasting.com/artifacts/eu.cedarsoft.utils/xml-commons/
implementation ("eu.cedarsoft.utils:xml-commons:1.1")
'eu.cedarsoft.utils:xml-commons:jar:1.1'
<dependency org="eu.cedarsoft.utils" name="xml-commons" rev="1.1">
<artifact name="xml-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.utils', module='xml-commons', version='1.1')
)
libraryDependencies += "eu.cedarsoft.utils" % "xml-commons" % "1.1"
[eu.cedarsoft.utils/xml-commons "1.1"]