License |
License |
---|---|
GroupId | GroupIdcom.google.closure |
ArtifactId | ArtifactIdsoy-juice |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionSoy Juice
A guice module that makes it easy to render Soy templates compiled by
closure-maven-plugin from Java code.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
soy-juice-1.2.0.pom | |
soy-juice-1.2.0.jar | 6 KB |
soy-juice-1.2.0-sources.jar | 3 KB |
soy-juice-1.2.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.closure/soy-juice/ -->
<dependency>
<groupId>com.google.closure</groupId>
<artifactId>soy-juice</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.closure/soy-juice/
implementation 'com.google.closure:soy-juice:1.2.0'
// https://jarcasting.com/artifacts/com.google.closure/soy-juice/
implementation ("com.google.closure:soy-juice:1.2.0")
'com.google.closure:soy-juice:jar:1.2.0'
<dependency org="com.google.closure" name="soy-juice" rev="1.2.0">
<artifact name="soy-juice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.closure', module='soy-juice', version='1.2.0')
)
libraryDependencies += "com.google.closure" % "soy-juice" % "1.2.0"
[com.google.closure/soy-juice "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
com.google.template : soy | jar | 2016-08-25 |
com.google.protobuf : protobuf-java | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |