MVN

io.github.brevilo : jolm

Maven & Gradle

May 17, 2022
12 stars

jOlm · Olm bindings for Java

<dependency>
    <groupId>io.github.brevilo</groupId>
    <artifactId>jolm</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.brevilo : jolm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 1.0.0-rc.3

All Versions

Choose a version of io.github.brevilo : jolm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jolm-1.1.1
jolm-1.1.0
1.0.x
jolm-1.0.10
jolm-1.0.9
jolm-1.0.8
jolm-1.0.7
jolm-1.0.6
jolm-1.0.5
jolm-1.0.4
jolm-1.0.3
jolm-1.0.2
jolm-1.0.1
jolm-1.0.0
jolm-1.0.0-rc.3

How to add a dependency to Maven

Add the following io.github.brevilo : jolm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.brevilo</groupId>
    <artifactId>jolm</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.brevilo : jolm gradle dependency to your build.gradle file:

implementation 'io.github.brevilo:jolm:1.1.1'

Gradle Kotlin DSL: Add the following io.github.brevilo : jolm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.brevilo:jolm:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.brevilo : jolm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.brevilo" % "jolm" % "1.1.1"

Advertisement