Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.arkivanov.essenty |
ArtifactId | ArtifactIdparcelable-js |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
parcelable-js-0.1.0.pom | |
parcelable-js-0.1.0.module | 2 KB |
parcelable-js-0.1.0-sources.jar | 4 KB |
parcelable-js-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.arkivanov.essenty/parcelable-js/ -->
<dependency>
<groupId>com.arkivanov.essenty</groupId>
<artifactId>parcelable-js</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.arkivanov.essenty/parcelable-js/
implementation 'com.arkivanov.essenty:parcelable-js:0.1.0'
// https://jarcasting.com/artifacts/com.arkivanov.essenty/parcelable-js/
implementation ("com.arkivanov.essenty:parcelable-js:0.1.0")
'com.arkivanov.essenty:parcelable-js:pom:0.1.0'
<dependency org="com.arkivanov.essenty" name="parcelable-js" rev="0.1.0">
<artifact name="parcelable-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.arkivanov.essenty', module='parcelable-js', version='0.1.0')
)
libraryDependencies += "com.arkivanov.essenty" % "parcelable-js" % "0.1.0"
[com.arkivanov.essenty/parcelable-js "0.1.0"]