MVN

org.jasig.ssp.platform : platform-war

Maven & Gradle

Jan 19, 2017
227 stars

SSP Platform WAR · The SSP Platform web application.

<dependency>
    <groupId>org.jasig.ssp.platform</groupId>
    <artifactId>platform-war</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jasig.ssp.platform : platform-war to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0

All Versions

Choose a version of org.jasig.ssp.platform : platform-war to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
platform-war-2.8.0
2.7.x
platform-war-2.7.0
2.6.x
platform-war-2.6.0
2.5.x
platform-war-2.5.3
platform-war-2.5.2
platform-war-2.5.1
platform-war-2.5.0
2.4.x
platform-war-2.4.2
platform-war-2.4.1
platform-war-2.4.0
1.5.x
platform-war-1.5.0
1.4.x
platform-war-1.4.0
1.3.x
platform-war-1.3.0
1.2.x
platform-war-1.2.1
platform-war-1.2.0
platform-war-1.2.0-b3
platform-war-1.2.0-b2
platform-war-1.2.0-b1
1.1.x
platform-war-1.1.1
platform-war-1.1.0
1.0.x
platform-war-1.0.1
platform-war-1.0.0

How to add a dependency to Maven

Add the following org.jasig.ssp.platform : platform-war maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jasig.ssp.platform</groupId>
    <artifactId>platform-war</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.ssp.platform : platform-war gradle dependency to your build.gradle file:

implementation 'org.jasig.ssp.platform:platform-war:2.8.0'

Gradle Kotlin DSL: Add the following org.jasig.ssp.platform : platform-war gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jasig.ssp.platform:platform-war:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jasig.ssp.platform : platform-war sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jasig.ssp.platform" % "platform-war" % "2.8.0"

Advertisement