MVN

com.adleritech : flexibee-core

Maven & Gradle

Nov 14, 2017
3 stars
<dependency>
    <groupId>com.adleritech</groupId>
    <artifactId>flexibee-core</artifactId>
    <version>0.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adleritech : flexibee-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.27

All Versions

Choose a version of com.adleritech : flexibee-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
flexibee-core-0.0.27
flexibee-core-0.0.12
flexibee-core-0.0.11
flexibee-core-0.0.10
flexibee-core-0.0.8
flexibee-core-0.0.7
flexibee-core-0.0.6
flexibee-core-0.0.5
flexibee-core-0.0.3
flexibee-core-0.0.1

How to add a dependency to Maven

Add the following com.adleritech : flexibee-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adleritech</groupId>
    <artifactId>flexibee-core</artifactId>
    <version>0.0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adleritech : flexibee-core gradle dependency to your build.gradle file:

implementation 'com.adleritech:flexibee-core:0.0.27'

Gradle Kotlin DSL: Add the following com.adleritech : flexibee-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adleritech:flexibee-core:0.0.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adleritech : flexibee-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adleritech" % "flexibee-core" % "0.0.27"

Advertisement