MVN

fi.aalto.cs.drumbeat : drumbeat-common

Maven & Gradle

May 18, 2016
4 stars

drumbeat-common · Common library for all DRUMBEAT projects

<dependency>
    <groupId>fi.aalto.cs.drumbeat</groupId>
    <artifactId>drumbeat-common</artifactId>
    <version>0.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.aalto.cs.drumbeat : drumbeat-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.0

All Versions

Choose a version of fi.aalto.cs.drumbeat : drumbeat-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
drumbeat-common-0.11.0

How to add a dependency to Maven

Add the following fi.aalto.cs.drumbeat : drumbeat-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fi.aalto.cs.drumbeat</groupId>
    <artifactId>drumbeat-common</artifactId>
    <version>0.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fi.aalto.cs.drumbeat : drumbeat-common gradle dependency to your build.gradle file:

implementation 'fi.aalto.cs.drumbeat:drumbeat-common:0.11.0'

Gradle Kotlin DSL: Add the following fi.aalto.cs.drumbeat : drumbeat-common gradle kotlin dependency to your build.gradle.kts file:

implementation("fi.aalto.cs.drumbeat:drumbeat-common:0.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fi.aalto.cs.drumbeat : drumbeat-common sbt scala dependency to your build.sbt file:

libraryDependencies += "fi.aalto.cs.drumbeat" % "drumbeat-common" % "0.11.0"

Advertisement