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