MVN

com.epam.drill.dsm : annotations-linuxx64

Maven & Gradle

Apr 10, 2023

annotations · GitHub Actions Maven Central

<dependency>
    <groupId>com.epam.drill.dsm</groupId>
    <artifactId>annotations-linuxx64</artifactId>
    <version>0.2.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.epam.drill.dsm : annotations-linuxx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.20

All Versions

Choose a version of com.epam.drill.dsm : annotations-linuxx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
annotations-linuxx64-0.2.20
annotations-linuxx64-0.2.19

How to add a dependency to Maven

Add the following com.epam.drill.dsm : annotations-linuxx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.epam.drill.dsm</groupId>
    <artifactId>annotations-linuxx64</artifactId>
    <version>0.2.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.epam.drill.dsm : annotations-linuxx64 gradle dependency to your build.gradle file:

implementation 'com.epam.drill.dsm:annotations-linuxx64:0.2.20'

Gradle Kotlin DSL: Add the following com.epam.drill.dsm : annotations-linuxx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.epam.drill.dsm:annotations-linuxx64:0.2.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.epam.drill.dsm : annotations-linuxx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.epam.drill.dsm" % "annotations-linuxx64" % "0.2.20"