MVN

com.baulsupp : oksocial-output

Maven & Gradle

Sep 23, 2018
3 usages
1 stars

oksocial-output · Command Line Output Library

<dependency>
    <groupId>com.baulsupp</groupId>
    <artifactId>oksocial-output</artifactId>
    <version>4.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.baulsupp : oksocial-output to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.19.0

All Versions

Choose a version of com.baulsupp : oksocial-output to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.19.x
oksocial-output-4.19.0
4.18.x
oksocial-output-4.18.0-dirty
4.17.x
oksocial-output-4.17.0
4.16.x
oksocial-output-4.16.0-dirty
4.15.x
oksocial-output-4.15.0
4.13.x
oksocial-output-4.13.0
4.11.x
oksocial-output-4.11.0
4.10.x
oksocial-output-4.10.0
4.9.x
oksocial-output-4.9.0
1.8.x
oksocial-output-1.8.0
1.7.x
oksocial-output-1.7.0
1.6.x
oksocial-output-1.6.0
1.5.x
oksocial-output-1.5.0
1.4.x
oksocial-output-1.4.0
1.3.x
oksocial-output-1.3.0
1.2.x
oksocial-output-1.2.0
1.1.x
oksocial-output-1.1.0
1.0.x
oksocial-output-1.0.0
0.12.x
oksocial-output-0.12.0
0.11.x
oksocial-output-0.11.0
0.10.x
oksocial-output-0.10.0
0.6
oksocial-output-0.6
0.5
oksocial-output-0.5
0.4
oksocial-output-0.4
0.3
oksocial-output-0.3
0.2
oksocial-output-0.2
0.1
oksocial-output-0.1
HEAD
oksocial-output-HEAD-da2bae8

How to add a dependency to Maven

Add the following com.baulsupp : oksocial-output maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.baulsupp</groupId>
    <artifactId>oksocial-output</artifactId>
    <version>4.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.baulsupp : oksocial-output gradle dependency to your build.gradle file:

implementation 'com.baulsupp:oksocial-output:4.19.0'

Gradle Kotlin DSL: Add the following com.baulsupp : oksocial-output gradle kotlin dependency to your build.gradle.kts file:

implementation("com.baulsupp:oksocial-output:4.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.baulsupp : oksocial-output sbt scala dependency to your build.sbt file:

libraryDependencies += "com.baulsupp" % "oksocial-output" % "4.19.0"

Advertisement