Categories |
CategoriesLombok Application Layer Libs Code Generators ORM Data |
---|---|
GroupId | GroupIdio.github.ulisse1996 |
ArtifactId | ArtifactIdjaorm-lombok |
Version | Version0.16.0 |
Type | Typejar |
Filename | Size |
---|---|
jaorm-lombok-0.16.0.pom | |
jaorm-lombok-0.16.0.jar | 9 KB |
jaorm-lombok-0.16.0-sources.jar | 5 KB |
jaorm-lombok-0.16.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ulisse1996/jaorm-lombok/ -->
<dependency>
<groupId>io.github.ulisse1996</groupId>
<artifactId>jaorm-lombok</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ulisse1996/jaorm-lombok/
implementation 'io.github.ulisse1996:jaorm-lombok:0.16.0'
// https://jarcasting.com/artifacts/io.github.ulisse1996/jaorm-lombok/
implementation ("io.github.ulisse1996:jaorm-lombok:0.16.0")
'io.github.ulisse1996:jaorm-lombok:jar:0.16.0'
<dependency org="io.github.ulisse1996" name="jaorm-lombok" rev="0.16.0">
<artifact name="jaorm-lombok" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ulisse1996', module='jaorm-lombok', version='0.16.0')
)
libraryDependencies += "io.github.ulisse1996" % "jaorm-lombok" % "0.16.0"
[io.github.ulisse1996/jaorm-lombok "0.16.0"]