Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.fluentxml4j |
ArtifactId | ArtifactIdfluentxml4j-junit |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
fluentxml4j-junit-2.0.0.pom | |
fluentxml4j-junit-2.0.0.jar | 14 KB |
fluentxml4j-junit-2.0.0-sources.jar | 7 KB |
fluentxml4j-junit-2.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-junit/ -->
<dependency>
<groupId>com.github.fluentxml4j</groupId>
<artifactId>fluentxml4j-junit</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-junit/
implementation 'com.github.fluentxml4j:fluentxml4j-junit:2.0.0'
// https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-junit/
implementation ("com.github.fluentxml4j:fluentxml4j-junit:2.0.0")
'com.github.fluentxml4j:fluentxml4j-junit:jar:2.0.0'
<dependency org="com.github.fluentxml4j" name="fluentxml4j-junit" rev="2.0.0">
<artifact name="fluentxml4j-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluentxml4j', module='fluentxml4j-junit', version='2.0.0')
)
libraryDependencies += "com.github.fluentxml4j" % "fluentxml4j-junit" % "2.0.0"
[com.github.fluentxml4j/fluentxml4j-junit "2.0.0"]