GroupId | GroupIdcom.github.cm-heclouds |
---|---|
ArtifactId | ArtifactIdthing-model-code-generator |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cm-heclouds/thing-model-code-generator/ -->
<dependency>
<groupId>com.github.cm-heclouds</groupId>
<artifactId>thing-model-code-generator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cm-heclouds/thing-model-code-generator/
implementation 'com.github.cm-heclouds:thing-model-code-generator:1.0.1'
// https://jarcasting.com/artifacts/com.github.cm-heclouds/thing-model-code-generator/
implementation ("com.github.cm-heclouds:thing-model-code-generator:1.0.1")
'com.github.cm-heclouds:thing-model-code-generator:jar:1.0.1'
<dependency org="com.github.cm-heclouds" name="thing-model-code-generator" rev="1.0.1">
<artifact name="thing-model-code-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cm-heclouds', module='thing-model-code-generator', version='1.0.1')
)
libraryDependencies += "com.github.cm-heclouds" % "thing-model-code-generator" % "1.0.1"
[com.github.cm-heclouds/thing-model-code-generator "1.0.1"]