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