License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Kotlin |
GroupId | GroupIdio.github.chardskarth |
ArtifactId | ArtifactIdkotlin-sqlbuilder-js |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMPP Sample library
Sample Kotlin Multiplatform library (jvm + ios + js) test
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-sqlbuilder-js-0.0.1.pom | |
kotlin-sqlbuilder-js-0.0.1-sources.jar | 6 KB |
kotlin-sqlbuilder-js-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.chardskarth/kotlin-sqlbuilder-js/ -->
<dependency>
<groupId>io.github.chardskarth</groupId>
<artifactId>kotlin-sqlbuilder-js</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.chardskarth/kotlin-sqlbuilder-js/
implementation 'io.github.chardskarth:kotlin-sqlbuilder-js:0.0.1'
// https://jarcasting.com/artifacts/io.github.chardskarth/kotlin-sqlbuilder-js/
implementation ("io.github.chardskarth:kotlin-sqlbuilder-js:0.0.1")
'io.github.chardskarth:kotlin-sqlbuilder-js:pom:0.0.1'
<dependency org="io.github.chardskarth" name="kotlin-sqlbuilder-js" rev="0.0.1">
<artifact name="kotlin-sqlbuilder-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.chardskarth', module='kotlin-sqlbuilder-js', version='0.0.1')
)
libraryDependencies += "io.github.chardskarth" % "kotlin-sqlbuilder-js" % "0.0.1"
[io.github.chardskarth/kotlin-sqlbuilder-js "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |