MVN

org.sapia : sapia_site_content

Maven & Gradle

Aug 02, 2011

Sapia Site

<dependency>
    <groupId>org.sapia</groupId>
    <artifactId>sapia_site_content</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sapia : sapia_site_content to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.sapia : sapia_site_content to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12
sapia_site_content-1.12
1.11
sapia_site_content-1.11
1.10
sapia_site_content-1.10
1.9
sapia_site_content-1.9
1.8
sapia_site_content-1.8
1.7
sapia_site_content-1.7
1.6
sapia_site_content-1.6
1.5
sapia_site_content-1.5
1.4
sapia_site_content-1.4
1.3
sapia_site_content-1.3
1.2
sapia_site_content-1.2
1.1
sapia_site_content-1.1
1.0
sapia_site_content-1.0

How to add a dependency to Maven

Add the following org.sapia : sapia_site_content maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sapia</groupId>
    <artifactId>sapia_site_content</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sapia : sapia_site_content gradle dependency to your build.gradle file:

implementation 'org.sapia:sapia_site_content:1.0'

Gradle Kotlin DSL: Add the following org.sapia : sapia_site_content gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sapia:sapia_site_content:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sapia : sapia_site_content sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sapia" % "sapia_site_content" % "1.0"

Advertisement