MVN

org.sistcoop : openfact-themes

Maven & Gradle

May 21, 2018
3 usages

Openfact Themes

<dependency>
    <groupId>org.sistcoop</groupId>
    <artifactId>openfact-themes</artifactId>
    <version>1.1.3.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.3.Final
  • Latest Release Candidate: 1.0.RC26

All Versions

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

Version Vulnerabilities Updated
1.1.x
openfact-themes-1.1.3.Final
openfact-themes-1.1.2.Final
openfact-themes-1.1.1.Final
1.0.x
openfact-themes-1.0.9.Final
openfact-themes-1.0.7.Final
openfact-themes-1.0.6.Final
openfact-themes-1.0.5.Final
openfact-themes-1.0.4.Final
openfact-themes-1.0.3.Final
openfact-themes-1.0.2.Final
openfact-themes-1.0.1.Final
openfact-themes-1.0.RC26
openfact-themes-1.0.RC25
openfact-themes-1.0.RC24
openfact-themes-1.0.RC23
openfact-themes-1.0.RC22
openfact-themes-1.0.RC21
openfact-themes-1.0.RC20
openfact-themes-1.0.RC18
openfact-themes-1.0.RC17
openfact-themes-1.0.RC16
openfact-themes-1.0.RC15
openfact-themes-1.0.RC14
openfact-themes-1.0.RC13
openfact-themes-1.0.RC8
openfact-themes-1.0.RC9
openfact-themes-1.0.RC7
RC19
openfact-themes-RC19

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sistcoop</groupId>
    <artifactId>openfact-themes</artifactId>
    <version>1.1.3.Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sistcoop:openfact-themes:1.1.3.Final'

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

implementation("org.sistcoop:openfact-themes:1.1.3.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sistcoop" % "openfact-themes" % "1.1.3.Final"

Advertisement