MVN

com.helger.phive : phive-ves-model

Maven & Gradle

Aug 30, 2023
33 stars

phive-ves-model · phive - Philip Helger Integrative Validation Engine - VES - Validation Execution Set definition

<dependency>
    <groupId>com.helger.phive</groupId>
    <artifactId>phive-ves-model</artifactId>
    <version>9.0.0-beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helger.phive : phive-ves-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.0-beta1
  • Latest Beta: 9.0.0-beta1

All Versions

Choose a version of com.helger.phive : phive-ves-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
phive-ves-model-9.0.0-beta1

How to add a dependency to Maven

Add the following com.helger.phive : phive-ves-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helger.phive</groupId>
    <artifactId>phive-ves-model</artifactId>
    <version>9.0.0-beta1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger.phive : phive-ves-model gradle dependency to your build.gradle file:

implementation 'com.helger.phive:phive-ves-model:9.0.0-beta1'

Gradle Kotlin DSL: Add the following com.helger.phive : phive-ves-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger.phive:phive-ves-model:9.0.0-beta1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger.phive : phive-ves-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger.phive" % "phive-ves-model" % "9.0.0-beta1"

Advertisement