MVN

co.yugang : YGAlbum-Core

Maven & Gradle

May 07, 2021
1 stars

YGAlbum-Core · This module is the core module of the YGAlbum

<dependency>
    <groupId>co.yugang</groupId>
    <artifactId>YGAlbum-Core</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.yugang : YGAlbum-Core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of co.yugang : YGAlbum-Core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
YGAlbum-Core-1.0.3
YGAlbum-Core-1.0.2
YGAlbum-Core-1.0.1
YGAlbum-Core-1.0.0

How to add a dependency to Maven

Add the following co.yugang : YGAlbum-Core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.yugang</groupId>
    <artifactId>YGAlbum-Core</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.yugang : YGAlbum-Core gradle dependency to your build.gradle file:

implementation 'co.yugang:YGAlbum-Core:1.0.3'

Gradle Kotlin DSL: Add the following co.yugang : YGAlbum-Core gradle kotlin dependency to your build.gradle.kts file:

implementation("co.yugang:YGAlbum-Core:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.yugang : YGAlbum-Core sbt scala dependency to your build.sbt file:

libraryDependencies += "co.yugang" % "YGAlbum-Core" % "1.0.3"

Advertisement