MVN

io.thegrid.imgflourl : imgflourl

Maven & Gradle

Nov 30, 2016
0 stars

imgflo-url-java · Conveniently produce authorized imgflo URLs on the JVM

<dependency>
    <groupId>io.thegrid.imgflourl</groupId>
    <artifactId>imgflourl</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thegrid.imgflourl : imgflourl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.thegrid.imgflourl : imgflourl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
imgflourl-1.1
1.0
imgflourl-1.0
0.9
imgflourl-0.9

How to add a dependency to Maven

Add the following io.thegrid.imgflourl : imgflourl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thegrid.imgflourl</groupId>
    <artifactId>imgflourl</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thegrid.imgflourl : imgflourl gradle dependency to your build.gradle file:

implementation 'io.thegrid.imgflourl:imgflourl:1.1'

Gradle Kotlin DSL: Add the following io.thegrid.imgflourl : imgflourl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thegrid.imgflourl:imgflourl:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thegrid.imgflourl : imgflourl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thegrid.imgflourl" % "imgflourl" % "1.1"