MVN

org.fcrepo : fcrepo-build-tools

Maven & Gradle

Dec 18, 2021
1 usages
0 stars

fcrepo-build-tools · A package that contains build tools such as checkstyle rules for org.fcrepo projects

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-build-tools</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fcrepo : fcrepo-build-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0
  • Latest Release Candidate: 4.0.0-RC
  • Latest Beta: 4.0.0-beta-04
  • Latest Alpha: 6.0.0-alpha-1

All Versions

Choose a version of org.fcrepo : fcrepo-build-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
fcrepo-build-tools-6.0.0
fcrepo-build-tools-6.0.0-alpha-1
5.0.x
fcrepo-build-tools-5.0.0
4.4.x
fcrepo-build-tools-4.4.2
fcrepo-build-tools-4.4.1
fcrepo-build-tools-4.4.0
4.3.x
fcrepo-build-tools-4.3.0
4.2.x
fcrepo-build-tools-4.2.0
4.1.x
fcrepo-build-tools-4.1.1
fcrepo-build-tools-4.1.0
4.0.x
fcrepo-build-tools-4.0.0
fcrepo-build-tools-4.0.0-RC
fcrepo-build-tools-4.0.0-beta-04
fcrepo-build-tools-4.0.0-beta-03
fcrepo-build-tools-4.0.0-beta-02
1.3
fcrepo-build-tools-1.3
1.2
fcrepo-build-tools-1.2
1.1
fcrepo-build-tools-1.1
1.0
fcrepo-build-tools-1.0

How to add a dependency to Maven

Add the following org.fcrepo : fcrepo-build-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>fcrepo-build-tools</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.fcrepo:fcrepo-build-tools:6.0.0'

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

implementation("org.fcrepo:fcrepo-build-tools:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fcrepo : fcrepo-build-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fcrepo" % "fcrepo-build-tools" % "6.0.0"

Advertisement