MVN

net.codinux.collections : immutable-collections-js

Maven & Gradle

Aug 15, 2023
0 stars

immutable-collections-js · Immutable Collections implementations for Kotlin (Multiplatform) like ImmutableList, ImmutableMap, ...

<dependency>
    <groupId>net.codinux.collections</groupId>
    <artifactId>immutable-collections-js</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.codinux.collections : immutable-collections-js to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of net.codinux.collections : immutable-collections-js to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
immutable-collections-js-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.codinux.collections</groupId>
    <artifactId>immutable-collections-js</artifactId>
    <version>1.0.0</version>
</dependency>