MVN

ua.pp.fland.web : beans

Maven & Gradle

May 14, 2013

Tiny license server beans · Tiny license authorization server

<dependency>
    <groupId>ua.pp.fland.web</groupId>
    <artifactId>beans</artifactId>
    <version>0.9.1pa</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ua.pp.fland.web : beans to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1pa

All Versions

Choose a version of ua.pp.fland.web : beans to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
beans-0.9.1pa
beans-0.9.0pa

How to add a dependency to Maven

Add the following ua.pp.fland.web : beans maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ua.pp.fland.web</groupId>
    <artifactId>beans</artifactId>
    <version>0.9.1pa</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ua.pp.fland.web : beans gradle dependency to your build.gradle file:

implementation 'ua.pp.fland.web:beans:0.9.1pa'

Gradle Kotlin DSL: Add the following ua.pp.fland.web : beans gradle kotlin dependency to your build.gradle.kts file:

implementation("ua.pp.fland.web:beans:0.9.1pa")

How to add a dependency to SBT Scala

SBT Scala: Add the following ua.pp.fland.web : beans sbt scala dependency to your build.sbt file:

libraryDependencies += "ua.pp.fland.web" % "beans" % "0.9.1pa"