MVN

org.factcast : factcast-hugo

Maven & Gradle

Apr 06, 2023
27 stars
<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-hugo</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.factcast : factcast-hugo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5
  • Latest Release Candidate: 0.4.0-RC5

All Versions

Choose a version of org.factcast : factcast-hugo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
factcast-hugo-0.6.5
factcast-hugo-0.6.4
factcast-hugo-0.6.3
factcast-hugo-0.6.2
factcast-hugo-0.6.1
factcast-hugo-0.6.0.2
factcast-hugo-0.6.0.1
factcast-hugo-0.6.0
0.5.x
factcast-hugo-0.5.10
factcast-hugo-0.5.9
factcast-hugo-0.5.8
factcast-hugo-0.5.7
factcast-hugo-0.5.6
factcast-hugo-0.5.5
factcast-hugo-0.5.4
factcast-hugo-0.5.3
factcast-hugo-0.5.2
factcast-hugo-0.5.1
factcast-hugo-0.5.0
0.4.x
factcast-hugo-0.4.6.1
factcast-hugo-0.4.6
factcast-hugo-0.4.5
factcast-hugo-0.4.4
factcast-hugo-0.4.3
factcast-hugo-0.4.2
factcast-hugo-0.4.1
factcast-hugo-0.4.0
factcast-hugo-0.4.0-RC5
factcast-hugo-0.4.0-RC4
factcast-hugo-0.4.0-RC3
factcast-hugo-0.4.0-RC2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.factcast</groupId>
    <artifactId>factcast-hugo</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.factcast:factcast-hugo:0.6.5'

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

implementation("org.factcast:factcast-hugo:0.6.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.factcast" % "factcast-hugo" % "0.6.5"

Advertisement