MVN

se.skltp.adapterservices.npoadapter : NPOAdapterIntegrationComponent

Maven & Gradle

Jan 14, 2016
1 usages
1 stars
<dependency>
    <groupId>se.skltp.adapterservices.npoadapter</groupId>
    <artifactId>NPOAdapterIntegrationComponent</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.skltp.adapterservices.npoadapter : NPOAdapterIntegrationComponent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 1.0.1-RC1

All Versions

Choose a version of se.skltp.adapterservices.npoadapter : NPOAdapterIntegrationComponent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
NPOAdapterIntegrationComponent-1.0.1
NPOAdapterIntegrationComponent-1.0.1-RC1
NPOAdapterIntegrationComponent-1.0.0
NPOAdapterIntegrationComponent-1.0.0-RC37
NPOAdapterIntegrationComponent-1.0.0-RC36
NPOAdapterIntegrationComponent-1.0.0-RC35
NPOAdapterIntegrationComponent-1.0.0-RC34
NPOAdapterIntegrationComponent-1.0.0-RC33
NPOAdapterIntegrationComponent-1.0.0-RC32
NPOAdapterIntegrationComponent-1.0.0-RC31
NPOAdapterIntegrationComponent-1.0.0-RC30
NPOAdapterIntegrationComponent-1.0.0-RC29
NPOAdapterIntegrationComponent-1.0.0-RC28
NPOAdapterIntegrationComponent-1.0.0-RC27
NPOAdapterIntegrationComponent-1.0.0-RC26
NPOAdapterIntegrationComponent-1.0.0-RC25
NPOAdapterIntegrationComponent-1.0.0-RC24
NPOAdapterIntegrationComponent-1.0.0-RC23
NPOAdapterIntegrationComponent-1.0.0-RC22
NPOAdapterIntegrationComponent-1.0.0-RC21
NPOAdapterIntegrationComponent-1.0.0-RC20
NPOAdapterIntegrationComponent-1.0.0-RC19
NPOAdapterIntegrationComponent-1.0.0-RC18
NPOAdapterIntegrationComponent-1.0.0-RC17
NPOAdapterIntegrationComponent-1.0.0-RC16
NPOAdapterIntegrationComponent-1.0.0-RC15
NPOAdapterIntegrationComponent-1.0.0-RC14
NPOAdapterIntegrationComponent-1.0.0-RC13
NPOAdapterIntegrationComponent-1.0.0-RC12
NPOAdapterIntegrationComponent-1.0.0-RC11
NPOAdapterIntegrationComponent-1.0.0-RC10
NPOAdapterIntegrationComponent-1.0.0-RC9
NPOAdapterIntegrationComponent-1.0.0-RC8
NPOAdapterIntegrationComponent-1.0.0-RC7
NPOAdapterIntegrationComponent-1.0.0-RC6
NPOAdapterIntegrationComponent-1.0.0-RC5
NPOAdapterIntegrationComponent-1.0.0-RC4
NPOAdapterIntegrationComponent-1.0.0-RC3
NPOAdapterIntegrationComponent-1.0.0-RC2
NPOAdapterIntegrationComponent-1.0.0-RC1
0.9.x
NPOAdapterIntegrationComponent-0.9.3-RC4
NPOAdapterIntegrationComponent-0.9.3-RC3
NPOAdapterIntegrationComponent-0.9.3-RC2
NPOAdapterIntegrationComponent-0.9.3
NPOAdapterIntegrationComponent-0.9.1-RC2

How to add a dependency to Maven

Add the following se.skltp.adapterservices.npoadapter : NPOAdapterIntegrationComponent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.skltp.adapterservices.npoadapter</groupId>
    <artifactId>NPOAdapterIntegrationComponent</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.skltp.adapterservices.npoadapter : NPOAdapterIntegrationComponent gradle dependency to your build.gradle file:

implementation 'se.skltp.adapterservices.npoadapter:NPOAdapterIntegrationComponent:1.0.1'

Gradle Kotlin DSL: Add the following se.skltp.adapterservices.npoadapter : NPOAdapterIntegrationComponent gradle kotlin dependency to your build.gradle.kts file:

implementation("se.skltp.adapterservices.npoadapter:NPOAdapterIntegrationComponent:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.skltp.adapterservices.npoadapter : NPOAdapterIntegrationComponent sbt scala dependency to your build.sbt file:

libraryDependencies += "se.skltp.adapterservices.npoadapter" % "NPOAdapterIntegrationComponent" % "1.0.1"

Advertisement