MVN

com.nhncorp.ntaf : ntaf-fitlibrary

Maven & Gradle

Nov 08, 2010

NTAF Fitlibrary

<dependency>
    <groupId>com.nhncorp.ntaf</groupId>
    <artifactId>ntaf-fitlibrary</artifactId>
    <version>20101108</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nhncorp.ntaf : ntaf-fitlibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20101108

All Versions

Choose a version of com.nhncorp.ntaf : ntaf-fitlibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20101108
ntaf-fitlibrary-20101108
20101104
ntaf-fitlibrary-20101104
20101102
ntaf-fitlibrary-20101102-p1
ntaf-fitlibrary-20101102
20101101
ntaf-fitlibrary-20101101
20101021
ntaf-fitlibrary-20101021
20101008
ntaf-fitlibrary-20101008-p1
ntaf-fitlibrary-20101008
20101005
ntaf-fitlibrary-20101005
20100906
ntaf-fitlibrary-20100906
20100730
ntaf-fitlibrary-20100730
20100701
ntaf-fitlibrary-20100701
20100630
ntaf-fitlibrary-20100630
20100629
ntaf-fitlibrary-20100629
20100609
ntaf-fitlibrary-20100609
20100607
ntaf-fitlibrary-20100607
20100604
ntaf-fitlibrary-20100604
20100603
ntaf-fitlibrary-20100603
20100327
ntaf-fitlibrary-20100327-p2
ntaf-fitlibrary-20100327-p1
ntaf-fitlibrary-20100327
20100326
ntaf-fitlibrary-20100326
20100316
ntaf-fitlibrary-20100316
20100225
ntaf-fitlibrary-20100225
20100223
ntaf-fitlibrary-20100223
20100204
ntaf-fitlibrary-20100204
20091229
ntaf-fitlibrary-20091229
20091228
ntaf-fitlibrary-20091228
20091221
ntaf-fitlibrary-20091221
20091022
ntaf-fitlibrary-20091022
20090915
ntaf-fitlibrary-20090915
20090909
ntaf-fitlibrary-20090909
20090817
ntaf-fitlibrary-20090817

How to add a dependency to Maven

Add the following com.nhncorp.ntaf : ntaf-fitlibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nhncorp.ntaf</groupId>
    <artifactId>ntaf-fitlibrary</artifactId>
    <version>20101108</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nhncorp.ntaf : ntaf-fitlibrary gradle dependency to your build.gradle file:

implementation 'com.nhncorp.ntaf:ntaf-fitlibrary:20101108'

Gradle Kotlin DSL: Add the following com.nhncorp.ntaf : ntaf-fitlibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nhncorp.ntaf:ntaf-fitlibrary:20101108")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nhncorp.ntaf : ntaf-fitlibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nhncorp.ntaf" % "ntaf-fitlibrary" % "20101108"

Advertisement