| License | License | 
|---|---|
| Categories | CategoriesKotlin Languages | 
| GroupId | GroupIdtech.harmonysoft | 
| ArtifactId | ArtifactIdkotlin-baker | 
| Last Version | Last Version1.0.13 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionKotlin-Baker A library which facilitates Kotlin objects creation from properties | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| kotlin-baker-1.0.13.pom | |
| kotlin-baker-1.0.13.jar | 77 KB | 
| kotlin-baker-1.0.13-sources.jar | 15 KB | 
| kotlin-baker-1.0.13-javadoc.jar | 75 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/ -->
<dependency>
    <groupId>tech.harmonysoft</groupId>
    <artifactId>kotlin-baker</artifactId>
    <version>1.0.13</version>
</dependency>// https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/
implementation 'tech.harmonysoft:kotlin-baker:1.0.13'// https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/
implementation ("tech.harmonysoft:kotlin-baker:1.0.13")'tech.harmonysoft:kotlin-baker:jar:1.0.13'<dependency org="tech.harmonysoft" name="kotlin-baker" rev="1.0.13">
  <artifact name="kotlin-baker" type="jar" />
</dependency>@Grapes(
@Grab(group='tech.harmonysoft', module='kotlin-baker', version='1.0.13')
)libraryDependencies += "tech.harmonysoft" % "kotlin-baker" % "1.0.13"[tech.harmonysoft/kotlin-baker "1.0.13"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 | 
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.assertj : assertj-core | jar | 3.13.2 | 
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |