License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.msabhi |
ArtifactId | ArtifactIdflywheel-js |
Version | Version1.0.3-RC |
Type | Typepom |
Description |
DescriptionFlywheel
Kotlin-Multiplatform state management library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flywheel-js-1.0.3-RC.pom | |
flywheel-js-1.0.3-RC-sources.jar | 12 KB |
flywheel-js-1.0.3-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.0.3-RC</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.msabhi/flywheel-js/
implementation 'com.msabhi:flywheel-js:1.0.3-RC'
// https://jarcasting.com/artifacts/com.msabhi/flywheel-js/
implementation ("com.msabhi:flywheel-js:1.0.3-RC")
'com.msabhi:flywheel-js:pom:1.0.3-RC'
<dependency org="com.msabhi" name="flywheel-js" rev="1.0.3-RC">
<artifact name="flywheel-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.msabhi', module='flywheel-js', version='1.0.3-RC')
)
libraryDependencies += "com.msabhi" % "flywheel-js" % "1.0.3-RC"
[com.msabhi/flywheel-js "1.0.3-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 |