MVN

nz.net.osnz.common : template-scraper

Maven & Gradle

Apr 08, 2014
1 usages
0 stars

Open Source New Zealand : template-scraper · A common module to generate wrapper layout

<dependency>
    <groupId>nz.net.osnz.common</groupId>
    <artifactId>template-scraper</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.net.osnz.common : template-scraper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3

All Versions

Choose a version of nz.net.osnz.common : template-scraper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3
template-scraper-3.3
3.2
template-scraper-3.2
3.1
template-scraper-3.1
2.1
template-scraper-2.1
1.1
template-scraper-1.1

How to add a dependency to Maven

Add the following nz.net.osnz.common : template-scraper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.net.osnz.common</groupId>
    <artifactId>template-scraper</artifactId>
    <version>3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.net.osnz.common : template-scraper gradle dependency to your build.gradle file:

implementation 'nz.net.osnz.common:template-scraper:3.3'

Gradle Kotlin DSL: Add the following nz.net.osnz.common : template-scraper gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.net.osnz.common:template-scraper:3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.net.osnz.common : template-scraper sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.net.osnz.common" % "template-scraper" % "3.3"

Advertisement