License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.thinkinglogic.builder |
ArtifactId | ArtifactIdkotlin-builder-annotation |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionKotlin Builder Annotation
A replacement for the Lombok @Builder annotation for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.thinkinglogic.builder/kotlin-builder-annotation/ -->
<dependency>
<groupId>com.thinkinglogic.builder</groupId>
<artifactId>kotlin-builder-annotation</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkinglogic.builder/kotlin-builder-annotation/
implementation 'com.thinkinglogic.builder:kotlin-builder-annotation:1.2.1'
// https://jarcasting.com/artifacts/com.thinkinglogic.builder/kotlin-builder-annotation/
implementation ("com.thinkinglogic.builder:kotlin-builder-annotation:1.2.1")
'com.thinkinglogic.builder:kotlin-builder-annotation:jar:1.2.1'
<dependency org="com.thinkinglogic.builder" name="kotlin-builder-annotation" rev="1.2.1">
<artifact name="kotlin-builder-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkinglogic.builder', module='kotlin-builder-annotation', version='1.2.1')
)
libraryDependencies += "com.thinkinglogic.builder" % "kotlin-builder-annotation" % "1.2.1"
[com.thinkinglogic.builder/kotlin-builder-annotation "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |