| License |
License |
|---|---|
| Categories |
CategoriesJavaScript Languages |
| GroupId | GroupIdcom.msabhi |
| ArtifactId | ArtifactIdflywheel-js |
| Last Version | Last Version1.1.4-RC |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFlywheel
Kotlin-Multiplatform state management library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flywheel-js-1.1.4-RC.pom | |
| flywheel-js-1.1.4-RC-sources.jar | 12 KB |
| flywheel-js-1.1.4-RC-javadoc.jar | 367 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.msabhi/flywheel-js/ -->
<dependency>
<groupId>com.msabhi</groupId>
<artifactId>flywheel-js</artifactId>
<version>1.1.4-RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.msabhi/flywheel-js/
implementation 'com.msabhi:flywheel-js:1.1.4-RC'
// https://jarcasting.com/artifacts/com.msabhi/flywheel-js/
implementation ("com.msabhi:flywheel-js:1.1.4-RC")
'com.msabhi:flywheel-js:pom:1.1.4-RC'
<dependency org="com.msabhi" name="flywheel-js" rev="1.1.4-RC">
<artifact name="flywheel-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.msabhi', module='flywheel-js', version='1.1.4-RC')
)
libraryDependencies += "com.msabhi" % "flywheel-js" % "1.1.4-RC"
[com.msabhi/flywheel-js "1.1.4-RC"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.21 |
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.21 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.1-native-mt |