GroupId | GroupIdorg.kathra |
---|---|
ArtifactId | ArtifactIdkathra-codegen-model |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kathra/kathra-codegen-model/ -->
<dependency>
<groupId>org.kathra</groupId>
<artifactId>kathra-codegen-model</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kathra/kathra-codegen-model/
implementation 'org.kathra:kathra-codegen-model:1.1.0'
// https://jarcasting.com/artifacts/org.kathra/kathra-codegen-model/
implementation ("org.kathra:kathra-codegen-model:1.1.0")
'org.kathra:kathra-codegen-model:jar:1.1.0'
<dependency org="org.kathra" name="kathra-codegen-model" rev="1.1.0">
<artifact name="kathra-codegen-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kathra', module='kathra-codegen-model', version='1.1.0')
)
libraryDependencies += "org.kathra" % "kathra-codegen-model" % "1.1.0"
[org.kathra/kathra-codegen-model "1.1.0"]