MVN

org.mvnpm.at.material : mwc-base

Maven & Gradle

Apr 17, 2024
8.6k stars

material mwc-base · > :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing u

<dependency>
    <groupId>org.mvnpm.at.material</groupId>
    <artifactId>mwc-base</artifactId>
    <version>0.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm.at.material : mwc-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.27.0

All Versions

Choose a version of org.mvnpm.at.material : mwc-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.27.x
mwc-base-0.27.0

How to add a dependency to Maven

Add the following org.mvnpm.at.material : mwc-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm.at.material</groupId>
    <artifactId>mwc-base</artifactId>
    <version>0.27.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm.at.material : mwc-base gradle dependency to your build.gradle file:

implementation 'org.mvnpm.at.material:mwc-base:0.27.0'

Gradle Kotlin DSL: Add the following org.mvnpm.at.material : mwc-base gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm.at.material:mwc-base:0.27.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm.at.material : mwc-base sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm.at.material" % "mwc-base" % "0.27.0"

Advertisement