MVN

com.mikepenz : aboutlibraries-compose-js

Maven & Gradle

Dec 31, 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-js</artifactId>
    <version>10.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 10.10.0
  • Latest Release Candidate: 10.10.0-rc02

All Versions

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

Version Vulnerabilities Updated
10.10.x
aboutlibraries-compose-js-10.10.0
aboutlibraries-compose-js-10.10.0-rc02

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mikepenz</groupId>
    <artifactId>aboutlibraries-compose-js</artifactId>
    <version>10.10.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.mikepenz:aboutlibraries-compose-js:10.10.0'

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

implementation("com.mikepenz:aboutlibraries-compose-js:10.10.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.mikepenz" % "aboutlibraries-compose-js" % "10.10.0"

Advertisement