is not current version
Last Version 1.0.2

org.wing4j.orm:wing4j-orm-codegen 1.0.1

the model is using auto codegen wing4j java code

Categories

Categories

ORM Data
GroupId

GroupId

org.wing4j.orm
ArtifactId

ArtifactId

wing4j-orm-codegen
Version

Version

1.0.1
Type

Type

jar

Download wing4j-orm-codegen 1.0.1


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