is not current version
Last Version 1.4

me.kingtux:tuxorm 1.3

TuxORM is a simple to use orm. That uses a Dao. I wrote this with the database tool TuxJSQL. I use a lot of magical code.

Categories

Categories

ORM Data
GroupId

GroupId

me.kingtux
ArtifactId

ArtifactId

tuxorm
Version

Version

1.3
Type

Type

jar

Download tuxorm 1.3


<!-- https://jarcasting.com/artifacts/me.kingtux/tuxorm/ -->
<dependency>
    <groupId>me.kingtux</groupId>
    <artifactId>tuxorm</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.kingtux/tuxorm/
implementation 'me.kingtux:tuxorm:1.3'
// https://jarcasting.com/artifacts/me.kingtux/tuxorm/
implementation ("me.kingtux:tuxorm:1.3")
'me.kingtux:tuxorm:jar:1.3'
<dependency org="me.kingtux" name="tuxorm" rev="1.3">
  <artifact name="tuxorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.kingtux', module='tuxorm', version='1.3')
)
libraryDependencies += "me.kingtux" % "tuxorm" % "1.3"
[me.kingtux/tuxorm "1.3"]