MVN

io.github.safe-ending : pensdk

Maven & Gradle

Nov 09, 2021

第二方库1 · 第二方库2

<dependency>
    <groupId>io.github.safe-ending</groupId>
    <artifactId>pensdk</artifactId>
    <version>1.0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.safe-ending : pensdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.23

All Versions

Choose a version of io.github.safe-ending : pensdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
pensdk-1.0.23
pensdk-1.0.22
pensdk-1.0.21
pensdk-1.0.20
pensdk-1.0.19
pensdk-1.0.18
pensdk-1.0.17
pensdk-1.0.16
pensdk-1.0.15
pensdk-1.0.14
pensdk-1.0.13
pensdk-1.0.12
pensdk-1.0.11
pensdk-1.0.7
pensdk-1.0.6
pensdk-1.0.5
pensdk-1.0.4
pensdk-1.0.3

How to add a dependency to Maven

Add the following io.github.safe-ending : pensdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.safe-ending</groupId>
    <artifactId>pensdk</artifactId>
    <version>1.0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.safe-ending : pensdk gradle dependency to your build.gradle file:

implementation 'io.github.safe-ending:pensdk:1.0.23'

Gradle Kotlin DSL: Add the following io.github.safe-ending : pensdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.safe-ending:pensdk:1.0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.safe-ending : pensdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.safe-ending" % "pensdk" % "1.0.23"