MVN

com.bbn.adept : example-adept

Maven & Gradle

Nov 16, 2017
8 stars

example · The project file to build and run example applications using Maven

<dependency>
    <groupId>com.bbn.adept</groupId>
    <artifactId>example-adept</artifactId>
    <version>2.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bbn.adept : example-adept to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.4

All Versions

Choose a version of com.bbn.adept : example-adept to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
example-adept-2.7.4
example-adept-2.7.3

How to add a dependency to Maven

Add the following com.bbn.adept : example-adept maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bbn.adept</groupId>
    <artifactId>example-adept</artifactId>
    <version>2.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bbn.adept : example-adept gradle dependency to your build.gradle file:

implementation 'com.bbn.adept:example-adept:2.7.4'

Gradle Kotlin DSL: Add the following com.bbn.adept : example-adept gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bbn.adept:example-adept:2.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bbn.adept : example-adept sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bbn.adept" % "example-adept" % "2.7.4"

Advertisement