@@ -340,11 +340,11 @@ Build tools and IDEs
340
340
341
341
### javac
342
342
343
- Download [ freebuilder-1.0-rc11 .jar] [ ] and add it to the classpath (or
343
+ Download [ freebuilder-1.0.jar] [ ] and add it to the classpath (or
344
344
processorpath, if you supply one) on the command line. You will also need to add
345
345
[ guava-18.0.jar] [ ] to the classpath, as it is used in the generated code.
346
346
347
- [ freebuilder-1.0-rc11 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.0-rc11 /freebuilder-1.0-rc11 .jar
347
+ [ freebuilder-1.0.jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.0/freebuilder-1.0.jar
348
348
[ guava-18.0.jar ] : http://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar
349
349
350
350
### Maven
@@ -356,7 +356,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
356
356
<dependency >
357
357
<groupId >org.inferred</groupId >
358
358
<artifactId >freebuilder</artifactId >
359
- <version >1.0-rc11 </version >
359
+ <version >1.0</version >
360
360
<optional >true</optional >
361
361
</dependency >
362
362
<dependency >
@@ -374,7 +374,7 @@ You may already have Guava, or want to use a different version; adjust according
374
374
Add the following lines to your dependencies:
375
375
376
376
```
377
- compile 'org.inferred:freebuilder:1.0-rc11 '
377
+ compile 'org.inferred:freebuilder:1.0'
378
378
compile 'com.google.guava:guava:18.0'
379
379
```
380
380
@@ -384,21 +384,21 @@ You may already have Guava, or want to use a different version; adjust according
384
384
385
385
_ Condensed from [ Eclipse Indigo's documentation] [ ] ._
386
386
387
- Download [ freebuilder-1.0-rc11 .jar] [ ] and [ guava-18.0.jar] [ ] and add them to your
387
+ Download [ freebuilder-1.0.jar] [ ] and [ guava-18.0.jar] [ ] and add them to your
388
388
project. Select them, right-click and choose ** Build path > Add to Build path** .
389
389
390
390
In your projects properties dialog, go to ** Java Compiler > Annotation
391
391
Processing** and ensure ** Enable annotation processing** is checked.
392
392
Next, go to ** Java Compiler > Annotation Processing > Factory Path** , select
393
- ** Add JARs** , and select ` freebuilder-1.0-rc11 .jar ` .
393
+ ** Add JARs** , and select ` freebuilder-1.0.jar ` .
394
394
395
395
[ Eclipse Indigo's documentation ] : http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
396
396
397
397
### IntelliJ
398
398
399
399
_ Condensed from the [ IntelliJ 14.0.3 documentation] [ ] and [ Auto Issue #106 ] [ ] ._
400
400
401
- Download [ freebuilder-1.0-rc11 .jar] [ ] and [ guava-18.0] [ ] , add them to your project,
401
+ Download [ freebuilder-1.0.jar] [ ] and [ guava-18.0] [ ] , add them to your project,
402
402
right-click them and select ** Use as Project Library** .
403
403
404
404
In your Settings, go to ** Build, Execution, Deployment > Compiler > Annotation
0 commit comments