Skip to content

Commit 1c75e18

Browse files
committed
update README
1 parent b7a50d1 commit 1c75e18

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,17 @@ If you're not familiar with `rm`'s `--` option, try `echo >>-f` and deleting the
137137
<dependency>
138138
<groupId>com.github.h908714124</groupId>
139139
<artifactId>jbock</artifactId>
140-
<version>1.8.3</version>
140+
<version>1.8.4</version>
141141
<scope>provided</scope>
142142
</dependency>
143143
````
144+
145+
### The module side
146+
147+
See [examples](https://github.com/h908714124/jbock/tree/master/examples).
148+
149+
````java
150+
module my.awesome.project {
151+
requires net.jbock;
152+
}
153+
````

0 commit comments

Comments
 (0)