| GroupId | GroupIdde.drbunsen.common |
|---|---|
| ArtifactId | ArtifactIdfluentxmlwrapper |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fluentxmlwrapper-0.1.1.pom | |
| fluentxmlwrapper-0.1.1.jar | 6 KB |
| fluentxmlwrapper-0.1.1-sources.jar | 2 KB |
| fluentxmlwrapper-0.1.1-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.drbunsen.common/fluentxmlwrapper/ -->
<dependency>
<groupId>de.drbunsen.common</groupId>
<artifactId>fluentxmlwrapper</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.drbunsen.common/fluentxmlwrapper/
implementation 'de.drbunsen.common:fluentxmlwrapper:0.1.1'
// https://jarcasting.com/artifacts/de.drbunsen.common/fluentxmlwrapper/
implementation ("de.drbunsen.common:fluentxmlwrapper:0.1.1")
'de.drbunsen.common:fluentxmlwrapper:jar:0.1.1'
<dependency org="de.drbunsen.common" name="fluentxmlwrapper" rev="0.1.1">
<artifact name="fluentxmlwrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.drbunsen.common', module='fluentxmlwrapper', version='0.1.1')
)
libraryDependencies += "de.drbunsen.common" % "fluentxmlwrapper" % "0.1.1"
[de.drbunsen.common/fluentxmlwrapper "0.1.1"]