MVN

org.mvnpm.at.mui : system

Maven & Gradle

May 14, 2024
91.8k stars

mui system · MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.

<dependency>
    <groupId>org.mvnpm.at.mui</groupId>
    <artifactId>system</artifactId>
    <version>5.15.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm.at.mui : system to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.15.15

All Versions

Choose a version of org.mvnpm.at.mui : system to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.15.x
system-5.15.15

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mvnpm.at.mui</groupId>
    <artifactId>system</artifactId>
    <version>5.15.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm.at.mui : system gradle dependency to your build.gradle file:

implementation 'org.mvnpm.at.mui:system:5.15.15'

Gradle Kotlin DSL: Add the following org.mvnpm.at.mui : system gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm.at.mui:system:5.15.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm.at.mui : system sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm.at.mui" % "system" % "5.15.15"

Advertisement