Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdmoe.tristan |
ArtifactId | ArtifactIdeasyfxml-native |
Version | Version3.2.0 |
Type | Typepom |
Filename | Size |
---|---|
easyfxml-native-3.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/moe.tristan/easyfxml-native/ -->
<dependency>
<groupId>moe.tristan</groupId>
<artifactId>easyfxml-native</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-native/
implementation 'moe.tristan:easyfxml-native:3.2.0'
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-native/
implementation ("moe.tristan:easyfxml-native:3.2.0")
'moe.tristan:easyfxml-native:pom:3.2.0'
<dependency org="moe.tristan" name="easyfxml-native" rev="3.2.0">
<artifact name="easyfxml-native" type="pom" />
</dependency>
@Grapes(
@Grab(group='moe.tristan', module='easyfxml-native', version='3.2.0')
)
libraryDependencies += "moe.tristan" % "easyfxml-native" % "3.2.0"
[moe.tristan/easyfxml-native "3.2.0"]