MVN

org.webpieces : http-templating

Maven & Gradle

Sep 24, 2021
3 usages
31 stars

http-templating · Templating library using groovy as the scripting language

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http-templating</artifactId>
    <version>2.0.154</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webpieces : http-templating to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.154

All Versions

Choose a version of org.webpieces : http-templating to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
http-templating-2.1.1
http-templating-2.1.0
2.0.x
http-templating-2.0.154
http-templating-2.0.153
http-templating-2.0.152
http-templating-2.0.151
http-templating-2.0.150
http-templating-2.0.149
http-templating-2.0.148
http-templating-2.0.9
http-templating-2.0.8
http-templating-2.0.7
http-templating-2.0.6
http-templating-2.0.5
http-templating-2.0.4
http-templating-2.0.3
http-templating-2.0.2
http-templating-2.0.1
1.9.x
http-templating-1.9.152
http-templating-1.9.151
http-templating-1.9.150
http-templating-1.9.149
http-templating-1.9.148
http-templating-1.9.147
http-templating-1.9.146
http-templating-1.9.145
http-templating-1.9.144
http-templating-1.9.143
http-templating-1.9.141
http-templating-1.9.140
http-templating-1.9.139
http-templating-1.9.138
http-templating-1.9.137
http-templating-1.9.136
http-templating-1.9.135
http-templating-1.9.134
http-templating-1.9.133
http-templating-1.9.131
http-templating-1.9.130
http-templating-1.9.129
http-templating-1.9.128
http-templating-1.9.127
http-templating-1.9.126
http-templating-1.9.125
http-templating-1.9.124
http-templating-1.9.123
http-templating-1.9.122
http-templating-1.9.121
http-templating-1.9.120
http-templating-1.9.118
http-templating-1.9.117
http-templating-1.9.116
http-templating-1.9.115
http-templating-1.9.110
http-templating-1.9.109
http-templating-1.9.108
http-templating-1.9.107
http-templating-1.9.104
http-templating-1.9.102
http-templating-1.9.101
http-templating-1.9.100
http-templating-1.9.98
http-templating-1.9.97
http-templating-1.9.96
http-templating-1.9.95
http-templating-1.9.94
http-templating-1.9.92
http-templating-1.9.90
http-templating-1.9.88
http-templating-1.9.87
http-templating-1.9.86
http-templating-1.9.85
http-templating-1.9.84
http-templating-1.9.83
http-templating-1.9.82
http-templating-1.9.80
http-templating-1.9.77
http-templating-1.9.76
http-templating-1.9.75
http-templating-1.9.73
http-templating-1.9.72
http-templating-1.9.71
http-templating-1.9.70
http-templating-1.9.69
http-templating-1.9.68
http-templating-1.9.67
http-templating-1.9.66
http-templating-1.9.65
http-templating-1.9.64
http-templating-1.9.63
http-templating-1.9.62
http-templating-1.9.61
http-templating-1.9.60
http-templating-1.9.59
http-templating-1.9.58
http-templating-1.9.57
http-templating-1.9.56
http-templating-1.9.55
http-templating-1.9.54
http-templating-1.9.53
http-templating-1.9.52
http-templating-1.9.46
http-templating-1.9.45
http-templating-1.9.43
http-templating-1.9.41
http-templating-1.9.39
http-templating-1.9.38
http-templating-1.9.37
http-templating-1.9.36
http-templating-1.9.35
http-templating-1.9.34
http-templating-1.9.33
http-templating-1.9.32
http-templating-1.9.31
http-templating-1.9.30
http-templating-1.9.29
http-templating-1.9.28
http-templating-1.9.27
http-templating-1.9.26
http-templating-1.9.25
http-templating-1.9.24
http-templating-1.9.23
http-templating-1.9.21
http-templating-1.9.20
http-templating-1.9.16
http-templating-1.9.1
http-templating-1.9.1.9.74

How to add a dependency to Maven

Add the following org.webpieces : http-templating maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>http-templating</artifactId>
    <version>2.0.154</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webpieces : http-templating gradle dependency to your build.gradle file:

implementation 'org.webpieces:http-templating:2.0.154'

Gradle Kotlin DSL: Add the following org.webpieces : http-templating gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webpieces:http-templating:2.0.154")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webpieces : http-templating sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webpieces" % "http-templating" % "2.0.154"

Advertisement