MVN

com.github.simonpercic : oklog-core

Maven & Gradle

Apr 04, 2021
5 usages
483 stars

OkLog-Core · OkLog Core module.

<dependency>
    <groupId>com.github.simonpercic</groupId>
    <artifactId>oklog-core</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.simonpercic : oklog-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of com.github.simonpercic : oklog-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • oklog-core-2.3.0

    Apr 04, 2021
  • oklog-core-1.0.1

    Aug 17, 2016
  • oklog-core-0.2.1

    Apr 02, 2016
  • oklog-core-0.2.0

    Mar 16, 2016

How to add a dependency to Maven

Add the following com.github.simonpercic : oklog-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.simonpercic</groupId>
    <artifactId>oklog-core</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.simonpercic : oklog-core gradle dependency to your build.gradle file:

implementation 'com.github.simonpercic:oklog-core:2.3.0'

Gradle Kotlin DSL: Add the following com.github.simonpercic : oklog-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.simonpercic:oklog-core:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.simonpercic : oklog-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.simonpercic" % "oklog-core" % "2.3.0"

Advertisement