MVN

com.joseflavio : iperoxo

Maven & Gradle

Apr 18, 2021
8 stars

Ipe-roxo · Ipê-roxo: Modelo de software multicamada.

<dependency>
    <groupId>com.joseflavio</groupId>
    <artifactId>iperoxo</artifactId>
    <version>1.0-A23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.joseflavio : iperoxo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-A23

All Versions

Choose a version of com.joseflavio : iperoxo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
iperoxo-1.0-A23
iperoxo-1.0-A22
iperoxo-1.0-A21
iperoxo-1.0-A20
iperoxo-1.0-A19
iperoxo-1.0-A18
iperoxo-1.0-A17
iperoxo-1.0-A16
iperoxo-1.0-A15
iperoxo-1.0-A14
iperoxo-1.0-A13
iperoxo-1.0-A12
iperoxo-1.0-A11
iperoxo-1.0-A10
iperoxo-1.0-A9
iperoxo-1.0-A8
iperoxo-1.0-A7
iperoxo-1.0-A6

How to add a dependency to Maven

Add the following com.joseflavio : iperoxo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.joseflavio</groupId>
    <artifactId>iperoxo</artifactId>
    <version>1.0-A23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.joseflavio : iperoxo gradle dependency to your build.gradle file:

implementation 'com.joseflavio:iperoxo:1.0-A23'

Gradle Kotlin DSL: Add the following com.joseflavio : iperoxo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.joseflavio:iperoxo:1.0-A23")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.joseflavio : iperoxo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.joseflavio" % "iperoxo" % "1.0-A23"

Advertisement