MVN

net.stepniak : api

Maven & Gradle

May 19, 2013
5 usages

Api

<dependency>
    <groupId>net.stepniak</groupId>
    <artifactId>api</artifactId>
    <version>storage</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stepniak : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: storage

All Versions

Choose a version of net.stepniak : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
api-0.8.8
0.7
api-0.7
storage
api-storage
response
api-response
push
api-push
picheese
api-picheese-func-test
api-picheese
auth
api-auth
parent
api-parent
json
api-json

How to add a dependency to Maven

Add the following net.stepniak : api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.stepniak</groupId>
    <artifactId>api</artifactId>
    <version>storage</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.stepniak : api gradle dependency to your build.gradle file:

implementation 'net.stepniak:api:storage'

Gradle Kotlin DSL: Add the following net.stepniak : api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.stepniak:api:storage")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.stepniak : api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.stepniak" % "api" % "storage"