MVN

pl.matisoft : spring-soy-view-ajax-compiler

Maven & Gradle

Jul 03, 2015
2 usages
17 stars
<dependency>
    <groupId>pl.matisoft</groupId>
    <artifactId>spring-soy-view-ajax-compiler</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.matisoft : spring-soy-view-ajax-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of pl.matisoft : spring-soy-view-ajax-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-soy-view-ajax-compiler-2.0.0
1.25.x
spring-soy-view-ajax-compiler-1.25.7
spring-soy-view-ajax-compiler-1.25.6
spring-soy-view-ajax-compiler-1.25.5
spring-soy-view-ajax-compiler-1.25.4
spring-soy-view-ajax-compiler-1.25.3
spring-soy-view-ajax-compiler-1.25.2
spring-soy-view-ajax-compiler-1.25.1
1.20.x
spring-soy-view-ajax-compiler-1.20.0
1.14.x
spring-soy-view-ajax-compiler-1.14.0

How to add a dependency to Maven

Add the following pl.matisoft : spring-soy-view-ajax-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.matisoft</groupId>
    <artifactId>spring-soy-view-ajax-compiler</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.matisoft : spring-soy-view-ajax-compiler gradle dependency to your build.gradle file:

implementation 'pl.matisoft:spring-soy-view-ajax-compiler:2.0.0'

Gradle Kotlin DSL: Add the following pl.matisoft : spring-soy-view-ajax-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.matisoft:spring-soy-view-ajax-compiler:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.matisoft : spring-soy-view-ajax-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.matisoft" % "spring-soy-view-ajax-compiler" % "2.0.0"

Advertisement