MVN

org.onepf : opfutils

Maven & Gradle

Sep 28, 2015
1 usages

OPFUtils · Common utils used among OPF libraries.

<dependency>
    <groupId>org.onepf</groupId>
    <artifactId>opfutils</artifactId>
    <version>0.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.onepf : opfutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.26

All Versions

Choose a version of org.onepf : opfutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
opfutils-0.1.26
opfutils-0.1.25
opfutils-0.1.24
opfutils-0.1.23
opfutils-0.1.22
opfutils-0.1.21
opfutils-0.1.20
opfutils-0.1.15
opfutils-0.1.12
opfutils-0.1.11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.onepf</groupId>
    <artifactId>opfutils</artifactId>
    <version>0.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.onepf : opfutils gradle dependency to your build.gradle file:

implementation 'org.onepf:opfutils:0.1.26'

Gradle Kotlin DSL: Add the following org.onepf : opfutils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.onepf:opfutils:0.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.onepf : opfutils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.onepf" % "opfutils" % "0.1.26"

Advertisement