Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdmoe.tristan |
ArtifactId | ArtifactIdeasyfxml-junit |
Version | Version3.1.5 |
Type | Typejar |
Filename | Size |
---|---|
easyfxml-junit-3.1.5.pom | |
easyfxml-junit-3.1.5.jar | 6 KB |
easyfxml-junit-3.1.5-sources.jar | 3 KB |
easyfxml-junit-3.1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-junit/
implementation 'moe.tristan:easyfxml-junit:3.1.5'
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-junit/
implementation ("moe.tristan:easyfxml-junit:3.1.5")
'moe.tristan:easyfxml-junit:jar:3.1.5'
<dependency org="moe.tristan" name="easyfxml-junit" rev="3.1.5">
<artifact name="easyfxml-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='moe.tristan', module='easyfxml-junit', version='3.1.5')
)
libraryDependencies += "moe.tristan" % "easyfxml-junit" % "3.1.5"
[moe.tristan/easyfxml-junit "3.1.5"]