MVN

tech.mgl : mgl-utils

Maven & Gradle

Aug 09, 2023

mgl-utils · THIS FILE IS PART OF MGL PROJECT MGL.ONE - The core part of the reboot library (文件名和作用概述) Copyright (c) 1989-2016 MGL.ONE Copyright (c) 2016 MGL.TECH 任何网站未经本公司授权,不得盗用本站所有资源及所有代码否则追究法律责任 任何网站未经本公司授权,任何人不得作全部或部分复制或仿造否则追究法律责任

<dependency>
    <groupId>tech.mgl</groupId>
    <artifactId>mgl-utils</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.mgl : mgl-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of tech.mgl : mgl-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
mgl-utils-5.0.0
3.1.x
mgl-utils-3.1.1
3.1
mgl-utils-3.1
3.0
mgl-utils-3.0

How to add a dependency to Maven

Add the following tech.mgl : mgl-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.mgl</groupId>
    <artifactId>mgl-utils</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.mgl : mgl-utils gradle dependency to your build.gradle file:

implementation 'tech.mgl:mgl-utils:5.0.0'

Gradle Kotlin DSL: Add the following tech.mgl : mgl-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.mgl:mgl-utils:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.mgl : mgl-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.mgl" % "mgl-utils" % "5.0.0"

Advertisement