License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIdorm |
Last Version | Last Version0.99.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Description[HeliORM]
HeliORM - A Type-safe Object Relational Mapper
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
orm-0.99.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/orm/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>orm</artifactId>
<version>0.99.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/orm/
implementation 'com.heliorm:orm:0.99.1'
// https://jarcasting.com/artifacts/com.heliorm/orm/
implementation ("com.heliorm:orm:0.99.1")
'com.heliorm:orm:pom:0.99.1'
<dependency org="com.heliorm" name="orm" rev="0.99.1">
<artifact name="orm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='orm', version='0.99.1')
)
libraryDependencies += "com.heliorm" % "orm" % "0.99.1"
[com.heliorm/orm "0.99.1"]