Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdtech.harmonysoft |
ArtifactId | ArtifactIdkotlin-baker |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
kotlin-baker-1.0.2.pom | |
kotlin-baker-1.0.2.jar | 62 KB |
kotlin-baker-1.0.2-sources.jar | 12 KB |
kotlin-baker-1.0.2-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/ -->
<dependency>
<groupId>tech.harmonysoft</groupId>
<artifactId>kotlin-baker</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/
implementation 'tech.harmonysoft:kotlin-baker:1.0.2'
// https://jarcasting.com/artifacts/tech.harmonysoft/kotlin-baker/
implementation ("tech.harmonysoft:kotlin-baker:1.0.2")
'tech.harmonysoft:kotlin-baker:jar:1.0.2'
<dependency org="tech.harmonysoft" name="kotlin-baker" rev="1.0.2">
<artifact name="kotlin-baker" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.harmonysoft', module='kotlin-baker', version='1.0.2')
)
libraryDependencies += "tech.harmonysoft" % "kotlin-baker" % "1.0.2"
[tech.harmonysoft/kotlin-baker "1.0.2"]