| Группа | Группаorg.webpieces |
|---|---|
| Идентификатор | Идентификаторhttp-templating |
| Версия | Версия2.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| http-templating-2.0.4.pom | |
| http-templating-2.0.4.jar | 55 KB |
| http-templating-2.0.4-sources.jar | 61 KB |
| http-templating-2.0.4-javadoc.jar | 356 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webpieces/http-templating/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>http-templating</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/http-templating/
implementation 'org.webpieces:http-templating:2.0.4'
// https://jarcasting.com/artifacts/org.webpieces/http-templating/
implementation ("org.webpieces:http-templating:2.0.4")
'org.webpieces:http-templating:jar:2.0.4'
<dependency org="org.webpieces" name="http-templating" rev="2.0.4">
<artifact name="http-templating" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='http-templating', version='2.0.4')
)
libraryDependencies += "org.webpieces" % "http-templating" % "2.0.4"
[org.webpieces/http-templating "2.0.4"]