SoyAnnotations

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

License

License

GroupId

GroupId

com.github.stefanliebenberg
ArtifactId

ArtifactId

soy-annotations
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://github.com/StefanLiebenberg/SoyAnnotations
Source Code Management

Source Code Management

http://github.com/StefanLiebenberg/SoyAnnotations

Download soy-annotations

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
com.google.template : soy jar 2012-12-21
com.googlecode.lambdaj : lambdaj jar 2.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.8.4

Project Modules

There are no modules declared in this project.

#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:

Versions

Version
1.1
1.0