Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdmoe.tristan |
ArtifactId | ArtifactIdeasyfxml-junit |
Version | Version3.1.6 |
Type | Typejar |
Filename | Size |
---|---|
easyfxml-junit-3.1.6.pom | |
easyfxml-junit-3.1.6.jar | 6 KB |
easyfxml-junit-3.1.6-sources.jar | 3 KB |
easyfxml-junit-3.1.6-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/moe.tristan/easyfxml-junit/ -->
<dependency>
<groupId>moe.tristan</groupId>
<artifactId>easyfxml-junit</artifactId>
<version>3.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-junit/
implementation 'moe.tristan:easyfxml-junit:3.1.6'
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-junit/
implementation ("moe.tristan:easyfxml-junit:3.1.6")
'moe.tristan:easyfxml-junit:jar:3.1.6'
<dependency org="moe.tristan" name="easyfxml-junit" rev="3.1.6">
<artifact name="easyfxml-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='moe.tristan', module='easyfxml-junit', version='3.1.6')
)
libraryDependencies += "moe.tristan" % "easyfxml-junit" % "3.1.6"
[moe.tristan/easyfxml-junit "3.1.6"]