MVN

com.popokis : popok

Maven & Gradle

Mar 08, 2020
2 stars

Popok · Simple interfaces and default classes to build web services

<dependency>
    <groupId>com.popokis</groupId>
    <artifactId>popok</artifactId>
    <version>1.3.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.popokis : popok to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.14

All Versions

Choose a version of com.popokis : popok to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
popok-1.3.14
popok-1.3.13
popok-1.3.12
popok-1.3.11
popok-1.3.10
popok-1.3.9
popok-1.3.8
popok-1.3.7
popok-1.3.6
popok-1.3.5
popok-1.3.4
popok-1.3.3
popok-1.3.2
popok-1.3.1
popok-1.3.0
1.2.x
popok-1.2.4
popok-1.2.3
popok-1.2.2
popok-1.2.0
1.1.x
popok-1.1.0
1.0.x
popok-1.0.0
0.2.x
popok-0.2.5
popok-0.2.3
popok-0.2.2
popok-0.2.1
popok-0.2.0
0.1.x
popok-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.popokis</groupId>
    <artifactId>popok</artifactId>
    <version>1.3.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.popokis : popok gradle dependency to your build.gradle file:

implementation 'com.popokis:popok:1.3.14'

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

implementation("com.popokis:popok:1.3.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.popokis : popok sbt scala dependency to your build.sbt file:

libraryDependencies += "com.popokis" % "popok" % "1.3.14"

Advertisement