MVN

jp.qpg : java-web

Maven & Gradle

Mar 10, 2019
0 stars

java-web · web framework for after java8

<dependency>
    <groupId>jp.qpg</groupId>
    <artifactId>java-web</artifactId>
    <version>2.0.45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.qpg : java-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.45

All Versions

Choose a version of jp.qpg : java-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
java-web-2.0.45
java-web-2.0.44
java-web-2.0.43
java-web-2.0.42
java-web-2.0.41
java-web-2.0.40
java-web-2.0.39
java-web-2.0.38
java-web-2.0.37
java-web-2.0.36
java-web-2.0.35
java-web-2.0.34
java-web-2.0.33
java-web-2.0.32
java-web-2.0.31
java-web-2.0.30
java-web-2.0.28

How to add a dependency to Maven

Add the following jp.qpg : java-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.qpg</groupId>
    <artifactId>java-web</artifactId>
    <version>2.0.45</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.qpg : java-web gradle dependency to your build.gradle file:

implementation 'jp.qpg:java-web:2.0.45'

Gradle Kotlin DSL: Add the following jp.qpg : java-web gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.qpg:java-web:2.0.45")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.qpg : java-web sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.qpg" % "java-web" % "2.0.45"

Advertisement