Categories |
CategoriesLombok Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdbom-lombok |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
bom-lombok-1.0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/bom-lombok/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>bom-lombok</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/bom-lombok/
implementation 'be.yildiz-games:bom-lombok:1.0.2'
// https://jarcasting.com/artifacts/be.yildiz-games/bom-lombok/
implementation ("be.yildiz-games:bom-lombok:1.0.2")
'be.yildiz-games:bom-lombok:pom:1.0.2'
<dependency org="be.yildiz-games" name="bom-lombok" rev="1.0.2">
<artifact name="bom-lombok" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='bom-lombok', version='1.0.2')
)
libraryDependencies += "be.yildiz-games" % "bom-lombok" % "1.0.2"
[be.yildiz-games/bom-lombok "1.0.2"]