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