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