MVN

net.sf.okapi.logbind : build-jdk14

Maven & Gradle

Jan 31, 2021
<dependency>
    <groupId>net.sf.okapi.logbind</groupId>
    <artifactId>build-jdk14</artifactId>
    <version>1.41.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.okapi.logbind : build-jdk14 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.41.0

All Versions

Choose a version of net.sf.okapi.logbind : build-jdk14 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.41.x
build-jdk14-1.41.0
1.40.x
build-jdk14-1.40.0
1.39.x
build-jdk14-1.39.0
0.38
build-jdk14-0.38
0.37
build-jdk14-0.37
0.36
build-jdk14-0.36
0.35
build-jdk14-0.35

How to add a dependency to Maven

Add the following net.sf.okapi.logbind : build-jdk14 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.okapi.logbind</groupId>
    <artifactId>build-jdk14</artifactId>
    <version>1.41.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.okapi.logbind : build-jdk14 gradle dependency to your build.gradle file:

implementation 'net.sf.okapi.logbind:build-jdk14:1.41.0'

Gradle Kotlin DSL: Add the following net.sf.okapi.logbind : build-jdk14 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.okapi.logbind:build-jdk14:1.41.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.okapi.logbind : build-jdk14 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.okapi.logbind" % "build-jdk14" % "1.41.0"