MVN

com.nablarch.framework : nablarch-fw

Maven & Gradle

Mar 23, 2021
9 usages
0 stars
<dependency>
    <groupId>com.nablarch.framework</groupId>
    <artifactId>nablarch-fw</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.0

All Versions

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

  • Version Updated
  • nablarch-fw-1.5.0

    Mar 23, 2021
  • nablarch-fw-1.4.0

    Sep 22, 2020
  • nablarch-fw-1.3.0

    Mar 23, 2020
  • nablarch-fw-1.2.1

    Jan 31, 2019
  • nablarch-fw-1.2.0

    Mar 18, 2018
  • nablarch-fw-1.1.2

    Mar 27, 2017
  • nablarch-fw-1.1.1

    Sep 27, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nablarch.framework</groupId>
    <artifactId>nablarch-fw</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.nablarch.framework:nablarch-fw:1.5.0'

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

implementation("com.nablarch.framework:nablarch-fw:1.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.nablarch.framework" % "nablarch-fw" % "1.5.0"