MVN

eco.m1 : m1

Maven & Gradle

Dec 17, 2021
1 stars

M1 · M1 is a J2ee dependency injection mini-ecosystem.

<dependency>
    <groupId>eco.m1</groupId>
    <artifactId>m1</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eco.m1 : m1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of eco.m1 : m1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
m1-1.2
1.1
m1-1.1
1.0
m1-1.0
0.11
m1-0.11
0.10
m1-0.10
0.9
m1-0.9
0.8
m1-0.8
0.7
m1-0.7
0.6
m1-0.6
0.5
m1-0.5
0.4
m1-0.4
0.3
m1-0.3
0.2
m1-0.2
0.1
m1-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>eco.m1</groupId>
    <artifactId>m1</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eco.m1 : m1 gradle dependency to your build.gradle file:

implementation 'eco.m1:m1:1.2'

Gradle Kotlin DSL: Add the following eco.m1 : m1 gradle kotlin dependency to your build.gradle.kts file:

implementation("eco.m1:m1:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following eco.m1 : m1 sbt scala dependency to your build.sbt file:

libraryDependencies += "eco.m1" % "m1" % "1.2"

Advertisement