MVN

com.github.plexpt : toolkit

Maven & Gradle

Jul 18, 2022

pt-toolkit · 一揽子工具包

<dependency>
    <groupId>com.github.plexpt</groupId>
    <artifactId>toolkit</artifactId>
    <version>2022.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2022.7.0

All Versions

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

Version Vulnerabilities Updated
2022.7.x
toolkit-2022.7.0
2022.5.x
toolkit-2022.5.0
2022.3.x
toolkit-2022.3.0
2022.2.x
toolkit-2022.2.0
2021.1.x
toolkit-2021.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.plexpt</groupId>
    <artifactId>toolkit</artifactId>
    <version>2022.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.plexpt:toolkit:2022.7.0'

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

implementation("com.github.plexpt:toolkit:2022.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.plexpt" % "toolkit" % "2022.7.0"

Advertisement