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