Lombok Mapstruct Binding

Binding for Lombok and Mapstruct, to allow them to cooperate.

License

License

Categories

Categories

MapStruct General Purpose Libraries Bean Mapping Lombok Application Layer Libs Code Generators
GroupId

GroupId

org.projectlombok
ArtifactId

ArtifactId

lombok-mapstruct-binding
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Lombok Mapstruct Binding
Binding for Lombok and Mapstruct, to allow them to cooperate.
Project URL

Project URL

https://projectlombok.org
Source Code Management

Source Code Management

http://github.com/rzwitserloot/lombok

Download lombok-mapstruct-binding

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Project Lombok

Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has a fully featured builder, automate your logging variables, and much more.

See LICENSE for the Project Lombok license.

Looking for professional support of Project Lombok? Lombok is now part of a tidelift subscription!

For a list of all authors, see the AUTHORS file.

For complete project information, see projectlombok.org

You can review our security policy via SECURITY.md

Versions

Version
0.2.0
0.1.0