MVN

io.hawt : social-plugin

Maven & Gradle

Jan 30, 2020

hawtio :: Social Twitter plugin example

<dependency>
    <groupId>io.hawt</groupId>
    <artifactId>social-plugin</artifactId>
    <version>1.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hawt : social-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.12

All Versions

Choose a version of io.hawt : social-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
social-plugin-2.0.0
1.5.x
social-plugin-1.5.12
social-plugin-1.5.11
social-plugin-1.5.10
social-plugin-1.5.9
social-plugin-1.5.8
social-plugin-1.5.7
social-plugin-1.5.6
social-plugin-1.5.5
social-plugin-1.5.4
social-plugin-1.5.3
social-plugin-1.5.2
social-plugin-1.5.1
social-plugin-1.5.0
social-plugin-1.5.X
1.4.x
social-plugin-1.4.68
social-plugin-1.4.67
social-plugin-1.4.66
social-plugin-1.4.65
social-plugin-1.4.64
social-plugin-1.4.63
social-plugin-1.4.62
social-plugin-1.4.61
social-plugin-1.4.60
social-plugin-1.4.59
social-plugin-1.4.58
social-plugin-1.4.57
social-plugin-1.4.56
social-plugin-1.4.55
social-plugin-1.4.54
social-plugin-1.4.53
social-plugin-1.4.52
social-plugin-1.4.51
social-plugin-1.4.50
social-plugin-1.4.49
social-plugin-1.4.48
social-plugin-1.4.47
social-plugin-1.4.46
social-plugin-1.4.45
social-plugin-1.4.44
social-plugin-1.4.43
social-plugin-1.4.42
social-plugin-1.4.41
social-plugin-1.4.40
social-plugin-1.4.39
social-plugin-1.4.38
social-plugin-1.4.37
social-plugin-1.4.36
social-plugin-1.4.35
social-plugin-1.4.34
social-plugin-1.4.33
social-plugin-1.4.32
social-plugin-1.4.31
social-plugin-1.4.30
social-plugin-1.4.29
social-plugin-1.4.28
social-plugin-1.4.27
social-plugin-1.4.26
social-plugin-1.4.25
social-plugin-1.4.24
social-plugin-1.4.23
social-plugin-1.4.22
social-plugin-1.4.21
social-plugin-1.4.20
social-plugin-1.4.19
social-plugin-1.4.18
social-plugin-1.4.17
social-plugin-1.4.16
social-plugin-1.4.15
social-plugin-1.4.14
social-plugin-1.4.12
social-plugin-1.4.11
social-plugin-1.4.10
social-plugin-1.4.9
social-plugin-1.4.8
social-plugin-1.4.7
social-plugin-1.4.6
social-plugin-1.4.5
social-plugin-1.4.4
social-plugin-1.4.2
social-plugin-1.4.1
social-plugin-1.4.0

How to add a dependency to Maven

Add the following io.hawt : social-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.hawt</groupId>
    <artifactId>social-plugin</artifactId>
    <version>1.5.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hawt : social-plugin gradle dependency to your build.gradle file:

implementation 'io.hawt:social-plugin:1.5.12'

Gradle Kotlin DSL: Add the following io.hawt : social-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hawt:social-plugin:1.5.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hawt : social-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hawt" % "social-plugin" % "1.5.12"