durian
Guava's spikier (unofficial) cousin
File Explorer
Download Latest Version (.zip)- ci.sh
- push-javadoc.sh
- gradle-wrapper.jar
- gradle-wrapper.properties
- MANIFEST.MF
- Box.java
- Comparison.java
- Consumers.java
- Converter.java
- ConverterNullable.java
- DurianPlugins.java
- Either.java
- Errors.java
- FieldsAndGetters.java
- Functions.java
- MoreCollectors.java
- package-info.java
- Predicates.java
- StackDumper.java
- StringPrinter.java
- Suppliers.java
- Throwing.java
- TreeComparison.java
- TreeDef.java
- TreeIterable.java
- TreeNode.java
- TreeQuery.java
- TreeStream.java
- Unhandled.java
- BoxTest.java
- ComparisonTest.java
- DurianPluginsTest.java
- EitherTest.java
- ErrorsExample.java
- ErrorsMultipleInputs.png
- ErrorsMultipleOutputs.png
- ErrorsTest.java
- FunctionsTest.java
- MoreCollectorsTest.java
- PredicatesTest.java
- StackDumperTest.java
- StringPrinterTest.java
- SuppliersTest.java
- TreeComparisonTest.java
- TreeQueryTest.java
- TreeStreamTest.java
- TreeTestData.java
- .gitignore
- .travis.yml
- build.gradle
- build.properties
- CHANGES.md
- CONTRIBUTING.md
- durian.png
- durian.svg
- durian.svg.license
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- spotless.eclipseformat.xml
- spotless.importorder
- spotless.license.java
# Installation Guide
1. Get the code
git clone https://github.com/diffplug/durian
Downloads the entire project code from GitHub to your computer.
cd durian
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
