MVN

org.deltafi : gradle-conventions

Maven & Gradle

Feb 02, 2023

gradle-conventions · DeltaFi Gradle conventions

<dependency>
    <groupId>org.deltafi</groupId>
    <artifactId>gradle-conventions</artifactId>
    <version>0.101.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.deltafi : gradle-conventions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.101.3

All Versions

Choose a version of org.deltafi : gradle-conventions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.99.x
gradle-conventions-0.99.8
gradle-conventions-0.99.7
gradle-conventions-0.99.6
gradle-conventions-0.99.5
0.101.x
gradle-conventions-0.101.3
gradle-conventions-0.101.2
gradle-conventions-0.101.1
gradle-conventions-0.101.0
0.100.x
gradle-conventions-0.100.0
0.9.x
gradle-conventions-0.9.99

How to add a dependency to Maven

Add the following org.deltafi : gradle-conventions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.deltafi</groupId>
    <artifactId>gradle-conventions</artifactId>
    <version>0.101.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.deltafi : gradle-conventions gradle dependency to your build.gradle file:

implementation 'org.deltafi:gradle-conventions:0.101.3'

Gradle Kotlin DSL: Add the following org.deltafi : gradle-conventions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.deltafi:gradle-conventions:0.101.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.deltafi : gradle-conventions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.deltafi" % "gradle-conventions" % "0.101.3"

Advertisement