MVN

org.sistcoop : openfact-pe-services

Maven & Gradle

Feb 28, 2018
2 usages

Openfact PE Services

<dependency>
    <groupId>org.sistcoop</groupId>
    <artifactId>openfact-pe-services</artifactId>
    <version>1.0.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sistcoop : openfact-pe-services to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Final
  • Latest Release Candidate: 1.0.RC8

All Versions

Choose a version of org.sistcoop : openfact-pe-services to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
openfact-pe-services-1.0.0.Final
openfact-pe-services-1.0.RC8
openfact-pe-services-1.0.RC7
openfact-pe-services-1.0.RC6
openfact-pe-services-1.0.RC5
openfact-pe-services-1.0.RC3
openfact-pe-services-1.0.RC2

How to add a dependency to Maven

Add the following org.sistcoop : openfact-pe-services maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sistcoop</groupId>
    <artifactId>openfact-pe-services</artifactId>
    <version>1.0.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sistcoop : openfact-pe-services gradle dependency to your build.gradle file:

implementation 'org.sistcoop:openfact-pe-services:1.0.0.Final'

Gradle Kotlin DSL: Add the following org.sistcoop : openfact-pe-services gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sistcoop:openfact-pe-services:1.0.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sistcoop : openfact-pe-services sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sistcoop" % "openfact-pe-services" % "1.0.0.Final"

Advertisement