is not current version
Last Version 1.0.11

io.github.atkawa7:codegen 1.0.9

spring data repository codegen

GroupId

GroupId

io.github.atkawa7
ArtifactId

ArtifactId

codegen
Version

Version

1.0.9
Type

Type

pom

Download codegen 1.0.9

Filename Size
codegen-1.0.9.pom 8 KB
Browse

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