Categories |
CategoriesLombok Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.peichhorn |
ArtifactId | ArtifactIdlombok-pg |
Version | Version0.10.4 |
Type | Typejar |
Filename | Size |
---|---|
lombok-pg-0.10.4.pom | |
lombok-pg-0.10.4.jar | 2 MB |
lombok-pg-0.10.4-sources.jar | 316 KB |
lombok-pg-0.10.4-runtime.jar | 15 KB |
lombok-pg-0.10.4-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.peichhorn/lombok-pg/ -->
<dependency>
<groupId>com.github.peichhorn</groupId>
<artifactId>lombok-pg</artifactId>
<version>0.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peichhorn/lombok-pg/
implementation 'com.github.peichhorn:lombok-pg:0.10.4'
// https://jarcasting.com/artifacts/com.github.peichhorn/lombok-pg/
implementation ("com.github.peichhorn:lombok-pg:0.10.4")
'com.github.peichhorn:lombok-pg:jar:0.10.4'
<dependency org="com.github.peichhorn" name="lombok-pg" rev="0.10.4">
<artifact name="lombok-pg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peichhorn', module='lombok-pg', version='0.10.4')
)
libraryDependencies += "com.github.peichhorn" % "lombok-pg" % "0.10.4"
[com.github.peichhorn/lombok-pg "0.10.4"]