| License | License | 
|---|---|
| Categories | CategoriesLombok Application Layer Libs Code Generators | 
| GroupId | GroupIdcom.github.peichhorn | 
| ArtifactId | ArtifactIdlombok-pg | 
| Last Version | Last Version0.11.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionlombok-pg lombok-pg is a collection of extensions to Project Lombok | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| lombok-pg-0.11.3.pom | |
| lombok-pg-0.11.3.jar | 2 MB | 
| lombok-pg-0.11.3-sources.jar | 316 KB | 
| lombok-pg-0.11.3-runtime.jar | 15 KB | 
| lombok-pg-0.11.3-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.11.3</version>
</dependency>// https://jarcasting.com/artifacts/com.github.peichhorn/lombok-pg/
implementation 'com.github.peichhorn:lombok-pg:0.11.3'// https://jarcasting.com/artifacts/com.github.peichhorn/lombok-pg/
implementation ("com.github.peichhorn:lombok-pg:0.11.3")'com.github.peichhorn:lombok-pg:jar:0.11.3'<dependency org="com.github.peichhorn" name="lombok-pg" rev="0.11.3">
  <artifact name="lombok-pg" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.peichhorn', module='lombok-pg', version='0.11.3')
)libraryDependencies += "com.github.peichhorn" % "lombok-pg" % "0.11.3"[com.github.peichhorn/lombok-pg "0.11.3"]