MVN

com.opengamma : build-config

Maven & Gradle

Sep 23, 2022
0 stars

Build-Config · OpenGamma build configuration (checkstyle)

<dependency>
    <groupId>com.opengamma</groupId>
    <artifactId>build-config</artifactId>
    <version>2.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opengamma : build-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.1

All Versions

Choose a version of com.opengamma : build-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
build-config-2.8.1
build-config-2.8.0
2.7.x
build-config-2.7.0
2.6.x
build-config-2.6.3
build-config-2.6.2
build-config-2.6.1
build-config-2.6.0
2.5.x
build-config-2.5.1
build-config-2.5.0
2.4.x
build-config-2.4.1
build-config-2.4.0
2.3.x
build-config-2.3.0
2.2.x
build-config-2.2.0
2.1.x
build-config-2.1.0
2.0.x
build-config-2.0.0

How to add a dependency to Maven

Add the following com.opengamma : build-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.opengamma</groupId>
    <artifactId>build-config</artifactId>
    <version>2.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opengamma : build-config gradle dependency to your build.gradle file:

implementation 'com.opengamma:build-config:2.8.1'

Gradle Kotlin DSL: Add the following com.opengamma : build-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opengamma:build-config:2.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opengamma : build-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opengamma" % "build-config" % "2.8.1"

Advertisement