GroupId | GroupIdcom.github.fluentxml4j |
---|---|
ArtifactId | ArtifactIdfluentxml4j-core |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
fluentxml4j-core-2.1.0.pom | |
fluentxml4j-core-2.1.0.jar | 56 KB |
fluentxml4j-core-2.1.0-sources.jar | 32 KB |
fluentxml4j-core-2.1.0-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-core/ -->
<dependency>
<groupId>com.github.fluentxml4j</groupId>
<artifactId>fluentxml4j-core</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-core/
implementation 'com.github.fluentxml4j:fluentxml4j-core:2.1.0'
// https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-core/
implementation ("com.github.fluentxml4j:fluentxml4j-core:2.1.0")
'com.github.fluentxml4j:fluentxml4j-core:jar:2.1.0'
<dependency org="com.github.fluentxml4j" name="fluentxml4j-core" rev="2.1.0">
<artifact name="fluentxml4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluentxml4j', module='fluentxml4j-core', version='2.1.0')
)
libraryDependencies += "com.github.fluentxml4j" % "fluentxml4j-core" % "2.1.0"
[com.github.fluentxml4j/fluentxml4j-core "2.1.0"]