Skip to content

Commit ebd0760

Browse files
author
Emil Forslund
committed
Update README.md
1 parent 9a40aac commit ebd0760

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,16 @@ public class BasicExample {
5252

5353
## Languages
5454
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

Comments
 (0)