is not current version
Last Version 5.1.1

com.cedarsoft.commons:codegen 3.0.0


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

codegen
Version

Version

3.0.0
Type

Type

jar

Download codegen 3.0.0


<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/codegen/ -->
<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>codegen</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/codegen/
implementation 'com.cedarsoft.commons:codegen:3.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/codegen/
implementation ("com.cedarsoft.commons:codegen:3.0.0")
'com.cedarsoft.commons:codegen:jar:3.0.0'
<dependency org="com.cedarsoft.commons" name="codegen" rev="3.0.0">
  <artifact name="codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='codegen', version='3.0.0')
)
libraryDependencies += "com.cedarsoft.commons" % "codegen" % "3.0.0"
[com.cedarsoft.commons/codegen "3.0.0"]