MVN

com.github.livesense : org.liveSense.scripting.jsp.taglib.jsonatg

Maven & Gradle

Jun 02, 2014
4 usages
2 stars

liveSense :: Scripting :: JSON taglib · JSON-taglib is a JSP tag library used to render JSON (JavaScript Object Notation) data from within JSP code. It can be used as part of the server-side of an AJAX application, allowing you to use the full power of JSP to format your JSON data.

<dependency>
    <groupId>com.github.livesense</groupId>
    <artifactId>org.liveSense.scripting.jsp.taglib.jsonatg</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.livesense : org.liveSense.scripting.jsp.taglib.jsonatg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.github.livesense : org.liveSense.scripting.jsp.taglib.jsonatg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
org.liveSense.scripting.jsp.taglib.jsonatg-1.0.5
org.liveSense.scripting.jsp.taglib.jsonatg-1.0.4
org.liveSense.scripting.jsp.taglib.jsonatg-1.0.3

How to add a dependency to Maven

Add the following com.github.livesense : org.liveSense.scripting.jsp.taglib.jsonatg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.livesense</groupId>
    <artifactId>org.liveSense.scripting.jsp.taglib.jsonatg</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.livesense : org.liveSense.scripting.jsp.taglib.jsonatg gradle dependency to your build.gradle file:

implementation 'com.github.livesense:org.liveSense.scripting.jsp.taglib.jsonatg:1.0.5'

Gradle Kotlin DSL: Add the following com.github.livesense : org.liveSense.scripting.jsp.taglib.jsonatg gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.livesense:org.liveSense.scripting.jsp.taglib.jsonatg:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.livesense : org.liveSense.scripting.jsp.taglib.jsonatg sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.livesense" % "org.liveSense.scripting.jsp.taglib.jsonatg" % "1.0.5"