SoyAnnotations

Soy utilities to easily convert and and render classes with soy templates.

Лицензия

Лицензия

Группа

Группа

com.github.stefanliebenberg
Идентификатор

Идентификатор

soy-annotations
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

SoyAnnotations
Soy utilities to easily convert and and render classes with soy templates.
Ссылка на сайт

Ссылка на сайт

http://github.com/StefanLiebenberg/SoyAnnotations
Система контроля версий

Система контроля версий

http://github.com/StefanLiebenberg/SoyAnnotations

Скачать soy-annotations

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.google.inject : guice jar 3.0
com.google.template : soy jar 2012-12-21
com.googlecode.lambdaj : lambdaj jar 2.4

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.mockito : mockito-all jar 1.8.4

Модули Проекта

Данный проект не имеет модулей.

#SoyAnnotations

Annotations for turning classes into SoyData and rendering straight to templates.

##Maven:

Central

SoyAnnotations is on maven central, so adding this in your pom should be enough.

<dependency>
  <groupId>com.github.stefanliebenberg</groupId>
  <artifactId>soy-annotations</artifactId>
  <version>1.1</version>
</dependency>

Sonatype

If you don't want to wait for the sync, or if you want access to snapshot builds.

##Documentation:

Версии библиотеки

Версия
1.1
1.0