Porcupine Programmer

Programming rants, random stuff and some more programming.

MicroOrm and Thneed Available on Maven Central

| Comments

I’ve uploaded my two experimental projects, MicroOrm and Thneed, to Maven Central. If you want to try them out, just add the following lines to your pom.xml:

1
2
3
4
5
6
7
8
9
10
11
<dependency>
  <groupId>org.chalup.thneed</groupId>
  <artifactId>thneed</artifactId>
  <version>0.3</version>
</dependency>

<dependency>
  <groupId>org.chalup.microorm</groupId>
  <artifactId>microorm</artifactId>
  <version>0.2</version>
</dependency>

Don’t hesitate to email me, create an issue on github or propose a pull request. Any form of feedback is welcome!

Comments