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