MVN

com.github.yu-jay : jay-test

Maven & Gradle

Jan 27, 2019
0 stars

封装了配置文件的抽象加载类,和对日志的封装

<dependency>
    <groupId>com.github.yu-jay</groupId>
    <artifactId>jay-test</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yu-jay : jay-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of com.github.yu-jay : jay-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jay-test-1.3.2

How to add a dependency to Maven

Add the following com.github.yu-jay : jay-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yu-jay</groupId>
    <artifactId>jay-test</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yu-jay : jay-test gradle dependency to your build.gradle file:

implementation 'com.github.yu-jay:jay-test:1.3.2'

Gradle Kotlin DSL: Add the following com.github.yu-jay : jay-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yu-jay:jay-test:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yu-jay : jay-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yu-jay" % "jay-test" % "1.3.2"

Advertisement