MVN

net.nprod : konnector

Maven & Gradle

Apr 25, 2021
1 stars

konnector · A connector for PubMed, CrossREF and GNFinder (gRPC only for now) for Kotlin.

<dependency>
    <groupId>net.nprod</groupId>
    <artifactId>konnector</artifactId>
    <version>0.1.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.nprod : konnector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.34

All Versions

Choose a version of net.nprod : konnector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
konnector-0.1.34
konnector-0.1.33

How to add a dependency to Maven

Add the following net.nprod : konnector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.nprod</groupId>
    <artifactId>konnector</artifactId>
    <version>0.1.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.nprod : konnector gradle dependency to your build.gradle file:

implementation 'net.nprod:konnector:0.1.34'

Gradle Kotlin DSL: Add the following net.nprod : konnector gradle kotlin dependency to your build.gradle.kts file:

implementation("net.nprod:konnector:0.1.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.nprod : konnector sbt scala dependency to your build.sbt file:

libraryDependencies += "net.nprod" % "konnector" % "0.1.34"

Advertisement