Download phrase-1.1.0.jar file - Jar p

Jar examples for p:phrase

Description

Phrase is an Android string resource templating library.

You can download jar file phrase 1.1.0 in this page.

License

Apache 2.0

Build File

You can use the following script to add phrase-1.1.0.jar to your project.

<dependency>
   <groupId>com.squareup.phrase</groupId>
   <artifactId>phrase</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.squareup.phrase', name: 'phrase', version: '1.1.0'
libraryDependencies += "com.squareup.phrase" % "phrase" % "1.1.0"
<dependency org="com.squareup.phrase" name="phrase" rev="1.1.0"/>
@Grapes(@Grab(group='com.squareup.phrase', module='phrase', version='1.1.0'))
'com.squareup.phrase:phrase:jar:1.1.0'

Download

Click the following link to download the jar file.

phrase-1.1.0-javadoc.jar
phrase-1.1.0-sources.jar
phrase-1.1.0.jar
phrase-1.1.0.pom



Related Tutorials