@@ -487,12 +487,12 @@ Build tools and IDEs
487
487
488
488
### javac
489
489
490
- Download [ freebuilder-1.10.jar] [ ] and add it to the classpath (or
490
+ Download [ freebuilder-1.10.1. jar] [ ] and add it to the classpath (or
491
491
processorpath, if you supply one) on the command line. If [ Guava] is
492
492
available, FreeBuilder will use it to generate cleaner, more
493
493
interoperable implementation code (e.g returning [ immutable collections] ).
494
494
495
- [ freebuilder-1.10.jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.10/freebuilder-1.10.jar
495
+ [ freebuilder-1.10.1. jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.10.1 /freebuilder-1.10.1 .jar
496
496
[ immutable collections ] : https://github.com/google/guava/wiki/ImmutableCollectionsExplained
497
497
498
498
### Maven
@@ -504,7 +504,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
504
504
<dependency >
505
505
<groupId >org.inferred</groupId >
506
506
<artifactId >freebuilder</artifactId >
507
- <version >1.10</version >
507
+ <version >1.10.1 </version >
508
508
<optional >true</optional >
509
509
</dependency >
510
510
</dependencies >
@@ -518,7 +518,7 @@ interoperable implementation code (e.g returning [immutable collections]).
518
518
Add the following lines to your dependencies:
519
519
520
520
```
521
- compile 'org.inferred:freebuilder:1.10'
521
+ compile 'org.inferred:freebuilder:1.10.1 '
522
522
```
523
523
524
524
If [ Guava] is available, FreeBuilder will use it to generate cleaner, more
@@ -528,21 +528,21 @@ interoperable implementation code (e.g returning [immutable collections]).
528
528
529
529
_ Condensed from [ Eclipse Indigo's documentation] [ ] ._
530
530
531
- Download [ freebuilder-1.10.jar] [ ] and add it to your project. Select it,
531
+ Download [ freebuilder-1.10.1. jar] [ ] and add it to your project. Select it,
532
532
right-click and choose ** Build path > Add to Build path** .
533
533
534
534
In your projects properties dialog, go to ** Java Compiler > Annotation
535
535
Processing** and ensure ** Enable annotation processing** is checked.
536
536
Next, go to ** Java Compiler > Annotation Processing > Factory Path** , select
537
- ** Add JARs** , and select ` freebuilder-1.10.jar ` .
537
+ ** Add JARs** , and select ` freebuilder-1.10.1. jar ` .
538
538
539
539
[ Eclipse Indigo's documentation ] : http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
540
540
541
541
### IntelliJ
542
542
543
543
_ Condensed from the [ IntelliJ 14.0.3 documentation] [ ] and [ Auto Issue #106 ] [ ] ._
544
544
545
- Download [ freebuilder-1.10.jar] [ ] , add it to your project, right-click it
545
+ Download [ freebuilder-1.10.1. jar] [ ] , add it to your project, right-click it
546
546
and select ** Use as Project Library** .
547
547
548
548
In your Settings, go to ** Build, Execution, Deployment > Compiler > Annotation
0 commit comments