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