is not current version
Last Version 5.1.1

com.cedarsoft.commons:codegen 3.0.1


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

codegen
Version

Version

3.0.1
Type

Type

jar

Download codegen 3.0.1


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