MVN

com.nepaliapps : EpikosRestService

Maven & Gradle

Sep 15, 2017
0 stars

Epikos · Epikos is a Rest Serivce framework which can be extend to develop any other Rest API/Services. For more detail please checkout github (https://github.com/epikosrest/epikos.git)

<dependency>
    <groupId>com.nepaliapps</groupId>
    <artifactId>EpikosRestService</artifactId>
    <version>0.0.7.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nepaliapps : EpikosRestService to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7.8.1

All Versions

Choose a version of com.nepaliapps : EpikosRestService to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
EpikosRestService-0.0.7.8.1
EpikosRestService-0.0.7.8
EpikosRestService-0.0.7.7
EpikosRestService-0.0.7.6
EpikosRestService-0.0.7.5.1
EpikosRestService-0.0.7.5
EpikosRestService-0.0.7.4
EpikosRestService-0.0.7.3
EpikosRestService-0.0.7.1
EpikosRestService-0.0.7
EpikosRestService-0.0.6.3
EpikosRestService-0.0.6.2
EpikosRestService-0.0.6.1
EpikosRestService-0.0.6
EpikosRestService-0.0.5
EpikosRestService-0.0.4.7
EpikosRestService-0.0.4.6
EpikosRestService-0.0.4.5
EpikosRestService-0.0.4.4
EpikosRestService-0.0.4.3
EpikosRestService-0.0.4.2
EpikosRestService-0.0.4.1
EpikosRestService-0.0.4
EpikosRestService-0.0.3
EpikosRestService-0.0.2
EpikosRestService-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nepaliapps</groupId>
    <artifactId>EpikosRestService</artifactId>
    <version>0.0.7.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nepaliapps : EpikosRestService gradle dependency to your build.gradle file:

implementation 'com.nepaliapps:EpikosRestService:0.0.7.8.1'

Gradle Kotlin DSL: Add the following com.nepaliapps : EpikosRestService gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nepaliapps:EpikosRestService:0.0.7.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nepaliapps : EpikosRestService sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nepaliapps" % "EpikosRestService" % "0.0.7.8.1"

Advertisement