MVN

us.ilmark.deta.things : things-hub

Maven & Gradle

Jun 11, 2014
0 stars

Things Hub · Hub, combining all sorts of auth/job/... backends

<dependency>
    <groupId>us.ilmark.deta.things</groupId>
    <artifactId>things-hub</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.ilmark.deta.things : things-hub to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of us.ilmark.deta.things : things-hub to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
things-hub-0.1

How to add a dependency to Maven

Add the following us.ilmark.deta.things : things-hub maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.ilmark.deta.things</groupId>
    <artifactId>things-hub</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.ilmark.deta.things : things-hub gradle dependency to your build.gradle file:

implementation 'us.ilmark.deta.things:things-hub:0.1'

Gradle Kotlin DSL: Add the following us.ilmark.deta.things : things-hub gradle kotlin dependency to your build.gradle.kts file:

implementation("us.ilmark.deta.things:things-hub:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.ilmark.deta.things : things-hub sbt scala dependency to your build.sbt file:

libraryDependencies += "us.ilmark.deta.things" % "things-hub" % "0.1"

Advertisement