MVN

biz.ostw : fsi

Maven & Gradle

Jan 21, 2019
0 stars

File structure investigation project

<dependency>
    <groupId>biz.ostw</groupId>
    <artifactId>fsi</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.ostw : fsi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of biz.ostw : fsi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fsi-1.0.4
fsi-1.0.3
fsi-1.0.1
fsi-1.0.0
0.0.x
fsi-0.0.0

How to add a dependency to Maven

Add the following biz.ostw : fsi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.ostw</groupId>
    <artifactId>fsi</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.ostw : fsi gradle dependency to your build.gradle file:

implementation 'biz.ostw:fsi:1.0.4'

Gradle Kotlin DSL: Add the following biz.ostw : fsi gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.ostw:fsi:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.ostw : fsi sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.ostw" % "fsi" % "1.0.4"