SoyAnnotations

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

License

License

GroupId

GroupId

org.slieb
ArtifactId

ArtifactId

soy-annotations
Last Version

Last Version

1.3
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

https://stefanliebenberg.github.io/SoyAnnotations
Source Code Management

Source Code Management

https://github.com/StefanLiebenberg/SoyAnnotations

Download soy-annotations

How to add to project

<!-- https://jarcasting.com/artifacts/org.slieb/soy-annotations/ -->
<dependency>
    <groupId>org.slieb</groupId>
    <artifactId>soy-annotations</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.slieb/soy-annotations/
implementation 'org.slieb:soy-annotations:1.3'
// https://jarcasting.com/artifacts/org.slieb/soy-annotations/
implementation ("org.slieb:soy-annotations:1.3")
'org.slieb:soy-annotations:jar:1.3'
<dependency org="org.slieb" name="soy-annotations" rev="1.3">
  <artifact name="soy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slieb', module='soy-annotations', version='1.3')
)
libraryDependencies += "org.slieb" % "soy-annotations" % "1.3"
[org.slieb/soy-annotations "1.3"]

Dependencies

compile (4)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
com.google.template : soy jar 2016-01-12
com.googlecode.lambdaj : lambdaj jar 2.3.3
org.slieb : throwable-interfaces jar 1.8

test (2)

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

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.3