is not current version
Last Version 1.0.13

tech.harmonysoft:kotlin-baker 1.0.11

A library which facilitates Kotlin objects creation from properties

Categories

Categories

Kotlin Languages
GroupId

GroupId

tech.harmonysoft
ArtifactId

ArtifactId

kotlin-baker
Version

Version

1.0.11
Type

Type

jar

Download kotlin-baker 1.0.11


<!-- https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/ -->
<dependency>
    <groupId>tech.harmonysoft</groupId>
    <artifactId>kotlin-baker</artifactId>
    <version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/
implementation 'tech.harmonysoft:kotlin-baker:1.0.11'
// https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/
implementation ("tech.harmonysoft:kotlin-baker:1.0.11")
'tech.harmonysoft:kotlin-baker:jar:1.0.11'
<dependency org="tech.harmonysoft" name="kotlin-baker" rev="1.0.11">
  <artifact name="kotlin-baker" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.harmonysoft', module='kotlin-baker', version='1.0.11')
)
libraryDependencies += "tech.harmonysoft" % "kotlin-baker" % "1.0.11"
[tech.harmonysoft/kotlin-baker "1.0.11"]