MVN

org.friendularity : org.friendularity.demo.spec.connection

Maven & Gradle

Mar 16, 2017
1 usages
<dependency>
    <groupId>org.friendularity</groupId>
    <artifactId>org.friendularity.demo.spec.connection</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.friendularity : org.friendularity.demo.spec.connection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.friendularity : org.friendularity.demo.spec.connection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
org.friendularity.demo.spec.connection-1.1.1
1.0.x
org.friendularity.demo.spec.connection-1.0.8
org.friendularity.demo.spec.connection-1.0.7
org.friendularity.demo.spec.connection-1.0.6
org.friendularity.demo.spec.connection-1.0.5
org.friendularity.demo.spec.connection-1.0.4
org.friendularity.demo.spec.connection-1.0.3
org.friendularity.demo.spec.connection-1.0.2
org.friendularity.demo.spec.connection-1.0.1
org.friendularity.demo.spec.connection-1.0.0

How to add a dependency to Maven

Add the following org.friendularity : org.friendularity.demo.spec.connection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.friendularity</groupId>
    <artifactId>org.friendularity.demo.spec.connection</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.friendularity : org.friendularity.demo.spec.connection gradle dependency to your build.gradle file:

implementation 'org.friendularity:org.friendularity.demo.spec.connection:1.1.1'

Gradle Kotlin DSL: Add the following org.friendularity : org.friendularity.demo.spec.connection gradle kotlin dependency to your build.gradle.kts file:

implementation("org.friendularity:org.friendularity.demo.spec.connection:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.friendularity : org.friendularity.demo.spec.connection sbt scala dependency to your build.sbt file:

libraryDependencies += "org.friendularity" % "org.friendularity.demo.spec.connection" % "1.1.1"