GroupId | GroupIdmoe.tristan |
---|---|
ArtifactId | ArtifactIdeasyfxml |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
easyfxml-3.0.1.pom | |
easyfxml-3.0.1.jar | 50 KB |
easyfxml-3.0.1-sources.jar | 34 KB |
easyfxml-3.0.1-javadoc.jar | 598 KB |
Browse |
<!-- https://jarcasting.com/artifacts/moe.tristan/easyfxml/ -->
<dependency>
<groupId>moe.tristan</groupId>
<artifactId>easyfxml</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/moe.tristan/easyfxml/
implementation 'moe.tristan:easyfxml:3.0.1'
// https://jarcasting.com/artifacts/moe.tristan/easyfxml/
implementation ("moe.tristan:easyfxml:3.0.1")
'moe.tristan:easyfxml:jar:3.0.1'
<dependency org="moe.tristan" name="easyfxml" rev="3.0.1">
<artifact name="easyfxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='moe.tristan', module='easyfxml', version='3.0.1')
)
libraryDependencies += "moe.tristan" % "easyfxml" % "3.0.1"
[moe.tristan/easyfxml "3.0.1"]