MVN

com.optum.sourcehawk : sourcehawk-enforcer-file-registry

Maven & Gradle

Feb 10, 2022
1 usages
0 stars

Sourcehawk Enforcer File Registry · Registry of all Sourcehawk File Enforcers

<dependency>
    <groupId>com.optum.sourcehawk</groupId>
    <artifactId>sourcehawk-enforcer-file-registry</artifactId>
    <version>0.7.2-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.optum.sourcehawk : sourcehawk-enforcer-file-registry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.2-1

All Versions

Choose a version of com.optum.sourcehawk : sourcehawk-enforcer-file-registry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
sourcehawk-enforcer-file-registry-0.7.2-1
sourcehawk-enforcer-file-registry-0.7.2
sourcehawk-enforcer-file-registry-0.7.1
sourcehawk-enforcer-file-registry-0.7.0
0.6.x
sourcehawk-enforcer-file-registry-0.6.0
0.5.x
sourcehawk-enforcer-file-registry-0.5.1
sourcehawk-enforcer-file-registry-0.5.0
0.4.x
sourcehawk-enforcer-file-registry-0.4.5
sourcehawk-enforcer-file-registry-0.4.4
sourcehawk-enforcer-file-registry-0.4.3
sourcehawk-enforcer-file-registry-0.4.2
sourcehawk-enforcer-file-registry-0.4.0
0.3.x
sourcehawk-enforcer-file-registry-0.3.0
0.2.x
sourcehawk-enforcer-file-registry-0.2.3

How to add a dependency to Maven

Add the following com.optum.sourcehawk : sourcehawk-enforcer-file-registry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.optum.sourcehawk</groupId>
    <artifactId>sourcehawk-enforcer-file-registry</artifactId>
    <version>0.7.2-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.optum.sourcehawk : sourcehawk-enforcer-file-registry gradle dependency to your build.gradle file:

implementation 'com.optum.sourcehawk:sourcehawk-enforcer-file-registry:0.7.2-1'

Gradle Kotlin DSL: Add the following com.optum.sourcehawk : sourcehawk-enforcer-file-registry gradle kotlin dependency to your build.gradle.kts file:

implementation("com.optum.sourcehawk:sourcehawk-enforcer-file-registry:0.7.2-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.optum.sourcehawk : sourcehawk-enforcer-file-registry sbt scala dependency to your build.sbt file:

libraryDependencies += "com.optum.sourcehawk" % "sourcehawk-enforcer-file-registry" % "0.7.2-1"

Advertisement