MVN

io.github.goodgoodjm : otter-core

Maven & Gradle

Jan 31, 2023
1 usages
0 stars

otter-core · Otter

<dependency>
    <groupId>io.github.goodgoodjm</groupId>
    <artifactId>otter-core</artifactId>
    <version>0.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.goodgoodjm : otter-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.25

All Versions

Choose a version of io.github.goodgoodjm : otter-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
otter-core-0.0.25
otter-core-0.0.24
otter-core-0.0.23
otter-core-0.0.22
otter-core-0.0.21
otter-core-0.0.20
otter-core-0.0.19
otter-core-0.0.18
otter-core-0.0.17
otter-core-0.0.16
otter-core-0.0.14
otter-core-0.0.13
otter-core-0.0.12
otter-core-0.0.11
otter-core-0.0.9
otter-core-0.0.8
otter-core-0.0.7
otter-core-0.0.6
otter-core-0.0.5
otter-core-0.0.4
otter-core-0.0.3
otter-core-0.0.2
otter-core-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.goodgoodjm</groupId>
    <artifactId>otter-core</artifactId>
    <version>0.0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.goodgoodjm : otter-core gradle dependency to your build.gradle file:

implementation 'io.github.goodgoodjm:otter-core:0.0.25'

Gradle Kotlin DSL: Add the following io.github.goodgoodjm : otter-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.goodgoodjm:otter-core:0.0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.goodgoodjm : otter-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.goodgoodjm" % "otter-core" % "0.0.25"

Advertisement