GroupId | GroupIdmoe.tristan |
---|---|
ArtifactId | ArtifactIdeasyfxml-sample-hello-world |
Version | Version3.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/moe.tristan/easyfxml-sample-hello-world/ -->
<dependency>
<groupId>moe.tristan</groupId>
<artifactId>easyfxml-sample-hello-world</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-sample-hello-world/
implementation 'moe.tristan:easyfxml-sample-hello-world:3.2.0'
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-sample-hello-world/
implementation ("moe.tristan:easyfxml-sample-hello-world:3.2.0")
'moe.tristan:easyfxml-sample-hello-world:jar:3.2.0'
<dependency org="moe.tristan" name="easyfxml-sample-hello-world" rev="3.2.0">
<artifact name="easyfxml-sample-hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='moe.tristan', module='easyfxml-sample-hello-world', version='3.2.0')
)
libraryDependencies += "moe.tristan" % "easyfxml-sample-hello-world" % "3.2.0"
[moe.tristan/easyfxml-sample-hello-world "3.2.0"]