MVN

io.github.sirll : lib_dy

Maven & Gradle

Feb 22, 2022
0 stars

lib_dy · 你的项目描述

<dependency>
    <groupId>io.github.sirll</groupId>
    <artifactId>lib_dy</artifactId>
    <version>1.2.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sirll : lib_dy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.24

All Versions

Choose a version of io.github.sirll : lib_dy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
lib_dy-1.2.24
lib_dy-1.2.21
lib_dy-1.2.20
lib_dy-1.2.18
lib_dy-1.2.16
lib_dy-1.2.15
lib_dy-1.2.14
lib_dy-1.2.13
lib_dy-1.2.11
lib_dy-1.2.10
lib_dy-1.2.8
lib_dy-1.2.7
lib_dy-1.2.6
lib_dy-1.2.5
lib_dy-1.2.4
lib_dy-1.2.3
lib_dy-1.2.2
lib_dy-1.2.1
lib_dy-1.2.0
1.1.x
lib_dy-1.1.9
lib_dy-1.1.8
lib_dy-1.1.7
lib_dy-1.1.6
lib_dy-1.1.5
lib_dy-1.1.4
lib_dy-1.1.3
lib_dy-1.1.2
lib_dy-1.1.1
lib_dy-1.1.0
1.0.x
lib_dy-1.0.9
lib_dy-1.0.8
lib_dy-1.0.7
lib_dy-1.0.6

How to add a dependency to Maven

Add the following io.github.sirll : lib_dy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sirll</groupId>
    <artifactId>lib_dy</artifactId>
    <version>1.2.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sirll : lib_dy gradle dependency to your build.gradle file:

implementation 'io.github.sirll:lib_dy:1.2.24'

Gradle Kotlin DSL: Add the following io.github.sirll : lib_dy gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sirll:lib_dy:1.2.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sirll : lib_dy sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sirll" % "lib_dy" % "1.2.24"

Advertisement