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