Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdcom.ancientlightstudios |
ArtifactId | ArtifactIdsimplegen-dataformat-xml |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen-dataformat-xml/ -->
<dependency>
<groupId>com.ancientlightstudios</groupId>
<artifactId>simplegen-dataformat-xml</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen-dataformat-xml/
implementation 'com.ancientlightstudios:simplegen-dataformat-xml:2.1.0'
// https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen-dataformat-xml/
implementation ("com.ancientlightstudios:simplegen-dataformat-xml:2.1.0")
'com.ancientlightstudios:simplegen-dataformat-xml:jar:2.1.0'
<dependency org="com.ancientlightstudios" name="simplegen-dataformat-xml" rev="2.1.0">
<artifact name="simplegen-dataformat-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ancientlightstudios', module='simplegen-dataformat-xml', version='2.1.0')
)
libraryDependencies += "com.ancientlightstudios" % "simplegen-dataformat-xml" % "2.1.0"
[com.ancientlightstudios/simplegen-dataformat-xml "2.1.0"]