MVN

com.nablarch.profile : nablarch-web

Maven & Gradle

Mar 23, 2023
3 usages
0 stars
<dependency>
    <groupId>com.nablarch.profile</groupId>
    <artifactId>nablarch-web</artifactId>
    <version>5u22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nablarch.profile : nablarch-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5u22

All Versions

Choose a version of com.nablarch.profile : nablarch-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5u22
nablarch-web-5u22
5u21
nablarch-web-5u21
5u20
nablarch-web-5u20
5u19
nablarch-web-5u19
5u18
nablarch-web-5u18
5u17
nablarch-web-5u17
5u16
nablarch-web-5u16
5u15
nablarch-web-5u15
5u14
nablarch-web-5u14
5u13
nablarch-web-5u13
5u12
nablarch-web-5u12
5u11
nablarch-web-5u11
5u10
nablarch-web-5u10
5u9
nablarch-web-5u9
5u8
nablarch-web-5u8
5u7
nablarch-web-5u7
5u6
nablarch-web-5u6

How to add a dependency to Maven

Add the following com.nablarch.profile : nablarch-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nablarch.profile</groupId>
    <artifactId>nablarch-web</artifactId>
    <version>5u22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nablarch.profile : nablarch-web gradle dependency to your build.gradle file:

implementation 'com.nablarch.profile:nablarch-web:5u22'

Gradle Kotlin DSL: Add the following com.nablarch.profile : nablarch-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nablarch.profile:nablarch-web:5u22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nablarch.profile : nablarch-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nablarch.profile" % "nablarch-web" % "5u22"

Advertisement