File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,31 @@ Full JUnit5 integration is provided to help streamline the development process.
3737** This module is still under development.** Any contributions or feedback
3838are always welcome!
3939
40+ ## Installation
41+
42+ The project can be found on Maven Central.
43+
44+ ``` xml
45+ <dependency >
46+ <groupId >org.github.ascopes.jct</groupId >
47+ <artifactId >java-compiler-testing</artifactId >
48+ <version >${java-compiler-testing.version}</version >
49+ </dependency >
50+ ```
51+
52+ If you are using Gradle, make sure you enable the Maven Central repositories
53+ first!
54+
55+ ``` kotlin
56+ repositories {
57+ mavenCentral()
58+ }
59+
60+ dependencies {
61+ testImplementation(" io.github.ascopes.jct:java-compiler-testing:$jctVersion " )
62+ }
63+ ```
64+
4065## Examples
4166
4267### In-memory code, using RAM disks for source directories
You can’t perform that action at this time.
0 commit comments