| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.stefanliebenberg |
| Идентификатор | Идентификаторsoy-annotations |
| Версия | Версия1.1 |
| Тип | Типjar |
| Описание |
ОписаниеSoyAnnotations
Soy utilities to easily convert and and render classes with soy
templates.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| soy-annotations-1.1.pom | |
| soy-annotations-1.1.jar | 92 KB |
| soy-annotations-1.1-sources.jar | 51 KB |
| soy-annotations-1.1-javadoc.jar | 554 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.stefanliebenberg/soy-annotations/ -->
<dependency>
<groupId>com.github.stefanliebenberg</groupId>
<artifactId>soy-annotations</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanliebenberg/soy-annotations/
implementation 'com.github.stefanliebenberg:soy-annotations:1.1'
// https://jarcasting.com/artifacts/com.github.stefanliebenberg/soy-annotations/
implementation ("com.github.stefanliebenberg:soy-annotations:1.1")
'com.github.stefanliebenberg:soy-annotations:jar:1.1'
<dependency org="com.github.stefanliebenberg" name="soy-annotations" rev="1.1">
<artifact name="soy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanliebenberg', module='soy-annotations', version='1.1')
)
libraryDependencies += "com.github.stefanliebenberg" % "soy-annotations" % "1.1"
[com.github.stefanliebenberg/soy-annotations "1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.inject : guice | jar | 3.0 |
| com.google.template : soy | jar | 2012-12-21 |
| com.googlecode.lambdaj : lambdaj | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.8.4 |