| GroupId | GroupIdcom.github.dimsuz |
|---|---|
| ArtifactId | ArtifactIdetg-model-generator-runtime |
| Version | Version1.0.0-RC2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dimsuz/etg-model-generator-runtime/ -->
<dependency>
<groupId>com.github.dimsuz</groupId>
<artifactId>etg-model-generator-runtime</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dimsuz/etg-model-generator-runtime/
implementation 'com.github.dimsuz:etg-model-generator-runtime:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.dimsuz/etg-model-generator-runtime/
implementation ("com.github.dimsuz:etg-model-generator-runtime:1.0.0-RC2")
'com.github.dimsuz:etg-model-generator-runtime:jar:1.0.0-RC2'
<dependency org="com.github.dimsuz" name="etg-model-generator-runtime" rev="1.0.0-RC2">
<artifact name="etg-model-generator-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dimsuz', module='etg-model-generator-runtime', version='1.0.0-RC2')
)
libraryDependencies += "com.github.dimsuz" % "etg-model-generator-runtime" % "1.0.0-RC2"
[com.github.dimsuz/etg-model-generator-runtime "1.0.0-RC2"]