Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 745 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 745 Bytes

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