MVN

org.fictus : fictus_2.9.1

Maven & Gradle

Jun 03, 2013
3 usages

fictus · fictus

<dependency>
    <groupId>org.fictus</groupId>
    <artifactId>fictus_2.9.1</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fictus : fictus_2.9.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of org.fictus : fictus_2.9.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
fictus_2.9.1-0.8
0.7
fictus_2.9.1-0.7
0.6
fictus_2.9.1-0.6
0.4
fictus_2.9.1-0.4
0.2
fictus_2.9.1-0.2
0.1
fictus_2.9.1-0.1

How to add a dependency to Maven

Add the following org.fictus : fictus_2.9.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fictus</groupId>
    <artifactId>fictus_2.9.1</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fictus : fictus_2.9.1 gradle dependency to your build.gradle file:

implementation 'org.fictus:fictus_2.9.1:0.8'

Gradle Kotlin DSL: Add the following org.fictus : fictus_2.9.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fictus:fictus_2.9.1:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fictus : fictus_2.9.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fictus" % "fictus_2.9.1" % "0.8"

Advertisement