MVN

io.ionic : portals

Maven & Gradle

May 17, 2023
50 stars

portals · Ionic Portals Native Library

<dependency>
    <groupId>io.ionic</groupId>
    <artifactId>portals</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ionic : portals to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0
  • Latest Beta: 0.8.0-beta.2
  • Latest Alpha: 0.4.0-alpha7

All Versions

Choose a version of io.ionic : portals to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
portals-0.8.0
portals-0.8.0-beta.2
portals-0.8.0-beta.1
0.7.x
portals-0.7.5
portals-0.7.4
portals-0.7.3
portals-0.7.2
portals-0.7.1
portals-0.7.0
portals-0.7.0-BETA1
0.6.x
portals-0.6.5-dev1
portals-0.6.4
portals-0.6.3
portals-0.6.2
portals-0.6.1
portals-0.6.0
0.5.x
portals-0.5.1
portals-0.5.0
0.4.x
portals-0.4.1
portals-0.4.0-alpha7
portals-0.4.0-alpha6
portals-0.4.0-alpha5
portals-0.4.0-alpha4
portals-0.4.0-alpha3
portals-0.4.0-alpha2
portals-0.4.0-alpha1
0.3.x
portals-0.3.1
portals-0.3.0
portals-0.3.0-alpha1
0.2.x
portals-0.2.2
portals-0.2.1
portals-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.ionic</groupId>
    <artifactId>portals</artifactId>
    <version>0.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ionic : portals gradle dependency to your build.gradle file:

implementation 'io.ionic:portals:0.8.0'

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

implementation("io.ionic:portals:0.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ionic : portals sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ionic" % "portals" % "0.8.0"

Advertisement