License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE Lombok Application Layer Libs Code Generators |
GroupId | GroupIdde.plushnikov.lombok-intellij-plugin |
ArtifactId | ArtifactIdparent |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent for IntelliJ IDEA Lombok plugin
A parent pom for IntelliJ Idea Lombok plugin
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-0.5.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.plushnikov.lombok-intellij-plugin/parent/ -->
<dependency>
<groupId>de.plushnikov.lombok-intellij-plugin</groupId>
<artifactId>parent</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.plushnikov.lombok-intellij-plugin/parent/
implementation 'de.plushnikov.lombok-intellij-plugin:parent:0.5'
// https://jarcasting.com/artifacts/de.plushnikov.lombok-intellij-plugin/parent/
implementation ("de.plushnikov.lombok-intellij-plugin:parent:0.5")
'de.plushnikov.lombok-intellij-plugin:parent:pom:0.5'
<dependency org="de.plushnikov.lombok-intellij-plugin" name="parent" rev="0.5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.plushnikov.lombok-intellij-plugin', module='parent', version='0.5')
)
libraryDependencies += "de.plushnikov.lombok-intellij-plugin" % "parent" % "0.5"
[de.plushnikov.lombok-intellij-plugin/parent "0.5"]