MVN

pt.lighthouselabs.sherlock : sherlock-api

Maven & Gradle

Jul 08, 2013
3 stars

API

<dependency>
    <groupId>pt.lighthouselabs.sherlock</groupId>
    <artifactId>sherlock-api</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pt.lighthouselabs.sherlock : sherlock-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of pt.lighthouselabs.sherlock : sherlock-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
sherlock-api-0.1.1

How to add a dependency to Maven

Add the following pt.lighthouselabs.sherlock : sherlock-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pt.lighthouselabs.sherlock</groupId>
    <artifactId>sherlock-api</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pt.lighthouselabs.sherlock : sherlock-api gradle dependency to your build.gradle file:

implementation 'pt.lighthouselabs.sherlock:sherlock-api:0.1.1'

Gradle Kotlin DSL: Add the following pt.lighthouselabs.sherlock : sherlock-api gradle kotlin dependency to your build.gradle.kts file:

implementation("pt.lighthouselabs.sherlock:sherlock-api:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following pt.lighthouselabs.sherlock : sherlock-api sbt scala dependency to your build.sbt file:

libraryDependencies += "pt.lighthouselabs.sherlock" % "sherlock-api" % "0.1.1"

Advertisement