License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.99.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description[HeliORM] Core
HeliORM - A Type-safe Object Relational Mapper
|
Filename | Size |
---|---|
core-0.99.1.pom | |
core-0.99.1.jar | 149 KB |
core-0.99.1-sources.jar | 76 KB |
core-0.99.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/core/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>core</artifactId>
<version>0.99.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/core/
implementation 'com.heliorm:core:0.99.1'
// https://jarcasting.com/artifacts/com.heliorm/core/
implementation ("com.heliorm:core:0.99.1")
'com.heliorm:core:jar:0.99.1'
<dependency org="com.heliorm" name="core" rev="0.99.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='core', version='0.99.1')
)
libraryDependencies += "com.heliorm" % "core" % "0.99.1"
[com.heliorm/core "0.99.1"]