Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
mentioned maven repos
  • Loading branch information
judovana authored and mkoncek committed Feb 22, 2024
1 parent 8f3c3e6 commit c8066b0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,30 @@ If you need form some reason to work with `.java` filles and compile them on the

Simply run `mvn install`.

The project is available in maven repos:
```
<properties>
...
<cplc.version>2.3</cplc.version>
</properties>
<dependency>
<groupId>io.github.mkoncek</groupId>
<artifactId>classpathless-compiler-api</artifactId>
<version>${cplc.version}</version>
</dependency>
<dependency>
<groupId>io.github.mkoncek</groupId>
<artifactId>classpathless-compiler-util</artifactId>
<version>${cplc.version}</version>
</dependency>
<dependency>
<groupId>io.github.mkoncek</groupId>
<artifactId>classpathless-compiler</artifactId>
<version>${cplc.version}</version>
</dependency>
```

## --patch-module

Since JDK9, you can build modules intead of classical jars. The modules ensure harder encapsualtion, and are restricting **each package** to be meber of **exactly one module**.
Expand Down

0 comments on commit c8066b0

Please sign in to comment.