MVN

com.github.daida459031925 : past

Maven & Gradle

Aug 08, 2021
1 stars

past · 对java代码部分常用功能封装

<dependency>
    <groupId>com.github.daida459031925</groupId>
    <artifactId>past</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.6

All Versions

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

Version Vulnerabilities Updated
0.0.x
past-0.0.6
past-0.0.5
past-0.0.4
past-0.0.3
past-0.0.2
past-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.daida459031925</groupId>
    <artifactId>past</artifactId>
    <version>0.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.daida459031925:past:0.0.6'

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

implementation("com.github.daida459031925:past:0.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.daida459031925" % "past" % "0.0.6"