MVN

com.mikepenz : aboutlibraries-compose-wasm-js

Maven & Gradle

Nov 04, 2023
3.4k stars

AboutLibraries Library · AboutLibraries automatically detects all dependencies of a project and collects their information including the license. Optionally visualising it via the provided ui components.

<dependency>
    <groupId>com.mikepenz</groupId>
    <artifactId>aboutlibraries-compose-wasm-js</artifactId>
    <version>10.9.2-wasm1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mikepenz : aboutlibraries-compose-wasm-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.9.2-wasm1

All Versions

Choose a version of com.mikepenz : aboutlibraries-compose-wasm-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.9.x
aboutlibraries-compose-wasm-js-10.9.2-wasm1

How to add a dependency to Maven

Add the following com.mikepenz : aboutlibraries-compose-wasm-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mikepenz</groupId>
    <artifactId>aboutlibraries-compose-wasm-js</artifactId>
    <version>10.9.2-wasm1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mikepenz : aboutlibraries-compose-wasm-js gradle dependency to your build.gradle file:

implementation 'com.mikepenz:aboutlibraries-compose-wasm-js:10.9.2-wasm1'

Gradle Kotlin DSL: Add the following com.mikepenz : aboutlibraries-compose-wasm-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mikepenz:aboutlibraries-compose-wasm-js:10.9.2-wasm1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mikepenz : aboutlibraries-compose-wasm-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mikepenz" % "aboutlibraries-compose-wasm-js" % "10.9.2-wasm1"

Advertisement