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