You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,16 @@ public class BasicExample {
52
52
53
53
## Languages
54
54
Currently only the java language is supported, but the language-dependent code is contained in a single package so that more languages can be supported in the future. Most of the java package can probably be reused if the language in question is similair in syntax.
55
+
56
+
# Download
57
+
To use CodeGen in your projects, add the following dependency to your `pom.xml`-file:
58
+
```xml
59
+
<dependency>
60
+
<groupId>com.github.pyknic</groupId>
61
+
<artifactId>codegen</artifactId>
62
+
<version>1.1.2</version>
63
+
</dependency>
64
+
```
65
+
66
+
# License
67
+
This project is available under the [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0).
0 commit comments