MVN

pl.matisoft : spring-soy-view-example

Maven & Gradle

Oct 15, 2013
17 stars

spring-soy-view-example

<dependency>
    <groupId>pl.matisoft</groupId>
    <artifactId>spring-soy-view-example</artifactId>
    <version>1.13.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.13.3

All Versions

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

Version Vulnerabilities Updated
1.13.x
spring-soy-view-example-1.13.3
spring-soy-view-example-1.13.2
spring-soy-view-example-1.13.1
spring-soy-view-example-1.13.0
1.12.x
spring-soy-view-example-1.12.1
1.11
spring-soy-view-example-1.11
1.10
spring-soy-view-example-1.10
1.9
spring-soy-view-example-1.9
1.8
spring-soy-view-example-1.8
1.7
spring-soy-view-example-1.7
1.6
spring-soy-view-example-1.6
1.5
spring-soy-view-example-1.5
1.4
spring-soy-view-example-1.4
1.3
spring-soy-view-example-1.3
1.2
spring-soy-view-example-1.2
1.1
spring-soy-view-example-1.1
1.0
spring-soy-view-example-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>pl.matisoft</groupId>
    <artifactId>spring-soy-view-example</artifactId>
    <version>1.13.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'pl.matisoft:spring-soy-view-example:1.13.3'

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

implementation("pl.matisoft:spring-soy-view-example:1.13.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "pl.matisoft" % "spring-soy-view-example" % "1.13.3"

Advertisement