GroupId | GroupIdorg.bremersee |
---|---|
ArtifactId | ArtifactIdcommon-xml |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
common-xml-1.0.3.pom | |
common-xml-1.0.3.jar | 59 KB |
common-xml-1.0.3-sources.jar | 41 KB |
common-xml-1.0.3-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bremersee/common-xml/ -->
<dependency>
<groupId>org.bremersee</groupId>
<artifactId>common-xml</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bremersee/common-xml/
implementation 'org.bremersee:common-xml:1.0.3'
// https://jarcasting.com/artifacts/org.bremersee/common-xml/
implementation ("org.bremersee:common-xml:1.0.3")
'org.bremersee:common-xml:jar:1.0.3'
<dependency org="org.bremersee" name="common-xml" rev="1.0.3">
<artifact name="common-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bremersee', module='common-xml', version='1.0.3')
)
libraryDependencies += "org.bremersee" % "common-xml" % "1.0.3"
[org.bremersee/common-xml "1.0.3"]