GroupId | GroupIdcom.ancientlightstudios |
---|---|
ArtifactId | ArtifactIdsimplegen |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
simplegen-2.0.0.pom | |
simplegen-2.0.0.jar | 66 KB |
simplegen-2.0.0-sources.jar | 17 KB |
simplegen-2.0.0-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen/ -->
<dependency>
<groupId>com.ancientlightstudios</groupId>
<artifactId>simplegen</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen/
implementation 'com.ancientlightstudios:simplegen:2.0.0'
// https://jarcasting.com/artifacts/com.ancientlightstudios/simplegen/
implementation ("com.ancientlightstudios:simplegen:2.0.0")
'com.ancientlightstudios:simplegen:jar:2.0.0'
<dependency org="com.ancientlightstudios" name="simplegen" rev="2.0.0">
<artifact name="simplegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ancientlightstudios', module='simplegen', version='2.0.0')
)
libraryDependencies += "com.ancientlightstudios" % "simplegen" % "2.0.0"
[com.ancientlightstudios/simplegen "2.0.0"]