Download crumb-annotations-0.0.1.jar file - Jar c

Jar examples for c:crumb-annotations

Description

An annotation processor for breadcrumbing metadata across compilation boundaries.

You can download jar file crumb-annotations 0.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add crumb-annotations-0.0.1.jar to your project.

<dependency>
   <groupId>com.uber.crumb</groupId>
   <artifactId>crumb-annotations</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'com.uber.crumb', name: 'crumb-annotations', version: '0.0.1'
libraryDependencies += "com.uber.crumb" % "crumb-annotations" % "0.0.1"
<dependency org="com.uber.crumb" name="crumb-annotations" rev="0.0.1"/>
@Grapes(@Grab(group='com.uber.crumb', module='crumb-annotations', version='0.0.1'))
'com.uber.crumb:crumb-annotations:jar:0.0.1'

Download

Click the following link to download the jar file.

crumb-annotations-0.0.1-javadoc.jar
crumb-annotations-0.0.1-sources.jar
crumb-annotations-0.0.1.jar
crumb-annotations-0.0.1.pom



Related Tutorials