Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.frist008 |
ArtifactId | ArtifactIdnixorm |
Version | Version1.0.8 |
Type | Typeaar |
Filename | Size |
---|---|
nixorm-1.0.8.pom | |
nixorm-1.0.8.apklib | 36 KB |
nixorm-1.0.8-sources.jar | 35 KB |
nixorm-1.0.8-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frist008/nixorm/ -->
<dependency>
<groupId>com.github.frist008</groupId>
<artifactId>nixorm</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frist008/nixorm/
implementation 'com.github.frist008:nixorm:1.0.8'
// https://jarcasting.com/artifacts/com.github.frist008/nixorm/
implementation ("com.github.frist008:nixorm:1.0.8")
'com.github.frist008:nixorm:aar:1.0.8'
<dependency org="com.github.frist008" name="nixorm" rev="1.0.8">
<artifact name="nixorm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.frist008', module='nixorm', version='1.0.8')
)
libraryDependencies += "com.github.frist008" % "nixorm" % "1.0.8"
[com.github.frist008/nixorm "1.0.8"]