| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIddev.fritz2 |
| ArtifactId | ArtifactIdcore-js |
| Last Version | Last Version1.0-RC1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionfritz2
Easily build reactive web-apps in Kotlin based on flows and coroutines
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-js-1.0-RC1.pom | |
| core-js-1.0-RC1-sources.jar | 55 KB |
| core-js-1.0-RC1-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.fritz2/core-js/ -->
<dependency>
<groupId>dev.fritz2</groupId>
<artifactId>core-js</artifactId>
<version>1.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.fritz2/core-js/
implementation 'dev.fritz2:core-js:1.0-RC1'
// https://jarcasting.com/artifacts/dev.fritz2/core-js/
implementation ("dev.fritz2:core-js:1.0-RC1")
'dev.fritz2:core-js:pom:1.0-RC1'
<dependency org="dev.fritz2" name="core-js" rev="1.0-RC1">
<artifact name="core-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.fritz2', module='core-js', version='1.0-RC1')
)
libraryDependencies += "dev.fritz2" % "core-js" % "1.0-RC1"
[dev.fritz2/core-js "1.0-RC1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.6.0 |
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |