MVN

org.nutz : nutz-plugins-secken

Maven & Gradle

Feb 24, 2017
346 stars

Secken Java SDK

<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutz-plugins-secken</artifactId>
    <version>1.r.60.r3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nutz : nutz-plugins-secken to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.r.60.r3

All Versions

Choose a version of org.nutz : nutz-plugins-secken to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.r.x
nutz-plugins-secken-1.r.60.r3
nutz-plugins-secken-1.r.60.r2
nutz-plugins-secken-1.r.60
nutz-plugins-secken-1.r.59
nutz-plugins-secken-1.r.58
nutz-plugins-secken-1.r.57
1.b.x
nutz-plugins-secken-1.b.53
nutz-plugins-secken-1.b.52.r2
nutz-plugins-secken-1.b.52

How to add a dependency to Maven

Add the following org.nutz : nutz-plugins-secken maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutz-plugins-secken</artifactId>
    <version>1.r.60.r3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nutz : nutz-plugins-secken gradle dependency to your build.gradle file:

implementation 'org.nutz:nutz-plugins-secken:1.r.60.r3'

Gradle Kotlin DSL: Add the following org.nutz : nutz-plugins-secken gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nutz:nutz-plugins-secken:1.r.60.r3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nutz : nutz-plugins-secken sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nutz" % "nutz-plugins-secken" % "1.r.60.r3"

Advertisement