@@ -370,11 +370,11 @@ Build tools and IDEs
370
370
371
371
### javac
372
372
373
- Download [ freebuilder-1.2 .jar] [ ] and add it to the classpath (or
373
+ Download [ freebuilder-1.3 .jar] [ ] and add it to the classpath (or
374
374
processorpath, if you supply one) on the command line. You will also need to add
375
375
[ guava-18.0.jar] [ ] to the classpath, as it is used in the generated code.
376
376
377
- [ freebuilder-1.2 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.2 /freebuilder-1.2 .jar
377
+ [ freebuilder-1.3 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.3 /freebuilder-1.3 .jar
378
378
[ guava-18.0.jar ] : http://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar
379
379
380
380
### Maven
@@ -386,7 +386,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
386
386
<dependency >
387
387
<groupId >org.inferred</groupId >
388
388
<artifactId >freebuilder</artifactId >
389
- <version >1.2 </version >
389
+ <version >1.3 </version >
390
390
<optional >true</optional >
391
391
</dependency >
392
392
<dependency >
@@ -404,7 +404,7 @@ You may already have Guava, or want to use a different version; adjust according
404
404
Add the following lines to your dependencies:
405
405
406
406
```
407
- compile 'org.inferred:freebuilder:1.2 '
407
+ compile 'org.inferred:freebuilder:1.3 '
408
408
compile 'com.google.guava:guava:18.0'
409
409
```
410
410
@@ -414,21 +414,21 @@ You may already have Guava, or want to use a different version; adjust according
414
414
415
415
_ Condensed from [ Eclipse Indigo's documentation] [ ] ._
416
416
417
- Download [ freebuilder-1.2 .jar] [ ] and [ guava-18.0.jar] [ ] and add them to your
417
+ Download [ freebuilder-1.3 .jar] [ ] and [ guava-18.0.jar] [ ] and add them to your
418
418
project. Select them, right-click and choose ** Build path > Add to Build path** .
419
419
420
420
In your projects properties dialog, go to ** Java Compiler > Annotation
421
421
Processing** and ensure ** Enable annotation processing** is checked.
422
422
Next, go to ** Java Compiler > Annotation Processing > Factory Path** , select
423
- ** Add JARs** , and select ` freebuilder-1.2 .jar ` .
423
+ ** Add JARs** , and select ` freebuilder-1.3 .jar ` .
424
424
425
425
[ Eclipse Indigo's documentation ] : http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
426
426
427
427
### IntelliJ
428
428
429
429
_ Condensed from the [ IntelliJ 14.0.3 documentation] [ ] and [ Auto Issue #106 ] [ ] ._
430
430
431
- Download [ freebuilder-1.2 .jar] [ ] and [ guava-18.0.jar] [ ] , add them to your
431
+ Download [ freebuilder-1.3 .jar] [ ] and [ guava-18.0.jar] [ ] , add them to your
432
432
project, right-click them and select ** Use as Project Library** .
433
433
434
434
In your Settings, go to ** Build, Execution, Deployment > Compiler > Annotation
0 commit comments