MVN

org.smyld.app.pe : SPortalEngine

Maven & Gradle

Dec 24, 2019
2 stars

Spring Boot SMYLD Portal Engine · Spring Boot Based SMYLD Portal Engine

<dependency>
    <groupId>org.smyld.app.pe</groupId>
    <artifactId>SPortalEngine</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smyld.app.pe : SPortalEngine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of org.smyld.app.pe : SPortalEngine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
SPortalEngine-1.0.9
SPortalEngine-1.0.8
SPortalEngine-1.0.7
SPortalEngine-1.0.6
SPortalEngine-1.0.5
SPortalEngine-1.0.4
SPortalEngine-1.0.3
SPortalEngine-1.0.2
SPortalEngine-1.0.1

How to add a dependency to Maven

Add the following org.smyld.app.pe : SPortalEngine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smyld.app.pe</groupId>
    <artifactId>SPortalEngine</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smyld.app.pe : SPortalEngine gradle dependency to your build.gradle file:

implementation 'org.smyld.app.pe:SPortalEngine:1.0.9'

Gradle Kotlin DSL: Add the following org.smyld.app.pe : SPortalEngine gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smyld.app.pe:SPortalEngine:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smyld.app.pe : SPortalEngine sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smyld.app.pe" % "SPortalEngine" % "1.0.9"

Advertisement