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