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