is not current version
Last Version 1.0.14

com.github.frist008:nixorm 1.0.6

Combined lib for Android 2.2+: ORM; Easy to work with adapters; Easy to work with loaders

Categories

Categories

ORM Data
GroupId

GroupId

com.github.frist008
ArtifactId

ArtifactId

nixorm
Version

Version

1.0.6
Type

Type

aar

Download nixorm 1.0.6


<!-- https://jarcasting.com/artifacts/com.github.frist008/nixorm/ -->
<dependency>
    <groupId>com.github.frist008</groupId>
    <artifactId>nixorm</artifactId>
    <version>1.0.6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frist008/nixorm/
implementation 'com.github.frist008:nixorm:1.0.6'
// https://jarcasting.com/artifacts/com.github.frist008/nixorm/
implementation ("com.github.frist008:nixorm:1.0.6")
'com.github.frist008:nixorm:aar:1.0.6'
<dependency org="com.github.frist008" name="nixorm" rev="1.0.6">
  <artifact name="nixorm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.frist008', module='nixorm', version='1.0.6')
)
libraryDependencies += "com.github.frist008" % "nixorm" % "1.0.6"
[com.github.frist008/nixorm "1.0.6"]