MVN

tech.mgl : mgl-annotation

Maven & Gradle

Jun 06, 2022

mgl-annotation · 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-annotation</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0

All Versions

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

Version Vulnerabilities Updated
3.0
mgl-annotation-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.mgl</groupId>
    <artifactId>mgl-annotation</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.mgl:mgl-annotation:3.0'

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

implementation("tech.mgl:mgl-annotation:3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.mgl" % "mgl-annotation" % "3.0"

Advertisement