MVN

com.mmorrell : serum

Maven & Gradle

Jan 25, 2023
5 stars
<dependency>
    <groupId>com.mmorrell</groupId>
    <artifactId>serum</artifactId>
    <version>1.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mmorrell : serum to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.2

All Versions

Choose a version of com.mmorrell : serum to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
serum-1.13.2
serum-1.13.1
serum-1.13.0
1.12.x
serum-1.12.3
serum-1.12.2
serum-1.12.1
serum-1.12.0
1.11.x
serum-1.11.4
serum-1.11.3
serum-1.11.2
serum-1.11.1
1.11
serum-1.11
1.9
serum-1.9
1.8
serum-1.8
1.7
serum-1.7
1.6
serum-1.6
1.3
serum-1.3
1.2
serum-1.2

How to add a dependency to Maven

Add the following com.mmorrell : serum maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mmorrell</groupId>
    <artifactId>serum</artifactId>
    <version>1.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mmorrell : serum gradle dependency to your build.gradle file:

implementation 'com.mmorrell:serum:1.13.2'

Gradle Kotlin DSL: Add the following com.mmorrell : serum gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mmorrell:serum:1.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mmorrell : serum sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mmorrell" % "serum" % "1.13.2"

Advertisement