MVN

com.github.xiuyexye : xyjava

Maven & Gradle

Oct 17, 2020
0 stars

java lib for me

<dependency>
    <groupId>com.github.xiuyexye</groupId>
    <artifactId>xyjava</artifactId>
    <version>0.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xiuyexye : xyjava to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.25

All Versions

Choose a version of com.github.xiuyexye : xyjava to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
xyjava-0.0.25
xyjava-0.0.23
xyjava-0.0.22
xyjava-0.0.21
xyjava-0.0.20
xyjava-0.0.19
xyjava-0.0.18
xyjava-0.0.17
xyjava-0.0.13
xyjava-0.0.12
xyjava-0.0.11
xyjava-0.0.10
xyjava-0.0.9
xyjava-0.0.8
xyjava-0.0.7
xyjava-0.0.6
xyjava-0.0.5
xyjava-0.0.3
xyjava-0.0.2
xyjava-0.0.1

How to add a dependency to Maven

Add the following com.github.xiuyexye : xyjava maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xiuyexye</groupId>
    <artifactId>xyjava</artifactId>
    <version>0.0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xiuyexye : xyjava gradle dependency to your build.gradle file:

implementation 'com.github.xiuyexye:xyjava:0.0.25'

Gradle Kotlin DSL: Add the following com.github.xiuyexye : xyjava gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xiuyexye:xyjava:0.0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xiuyexye : xyjava sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xiuyexye" % "xyjava" % "0.0.25"