MVN

com.github.mnteam : mnt-base

Maven & Gradle

Jun 03, 2019
1 usages
3 stars

mnt-base · server layer frameworks: stream socket c/s framework; restful web and website framewok.

<dependency>
    <groupId>com.github.mnteam</groupId>
    <artifactId>mnt-base</artifactId>
    <version>1.1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mnteam : mnt-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3.3

All Versions

Choose a version of com.github.mnteam : mnt-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mnt-base-1.1.3.3
mnt-base-1.1.3.2
mnt-base-1.1.3.1
mnt-base-1.1.3
mnt-base-1.1.2
mnt-base-1.1.1
mnt-base-1.1.0
1.0.x
mnt-base-1.0.9
mnt-base-1.0.8
mnt-base-1.0.7
mnt-base-1.0.6
mnt-base-1.0.4
mnt-base-1.0.3
mnt-base-1.0.2
mnt-base-1.0.1
1.0
mnt-base-1.0

How to add a dependency to Maven

Add the following com.github.mnteam : mnt-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mnteam</groupId>
    <artifactId>mnt-base</artifactId>
    <version>1.1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mnteam : mnt-base gradle dependency to your build.gradle file:

implementation 'com.github.mnteam:mnt-base:1.1.3.3'

Gradle Kotlin DSL: Add the following com.github.mnteam : mnt-base gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mnteam:mnt-base:1.1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mnteam : mnt-base sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mnteam" % "mnt-base" % "1.1.3.3"

Advertisement