License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.heliorm |
ArtifactId | ArtifactIdannotation |
Version | Version0.91 |
Type | Typejar |
Description |
DescriptionHeliORM - A Type-safe Object Relational Mapper
|
Filename | Size |
---|---|
annotation-0.91.pom | |
annotation-0.91.jar | 4 KB |
annotation-0.91-sources.jar | 4 KB |
annotation-0.91-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heliorm/annotation/ -->
<dependency>
<groupId>com.heliorm</groupId>
<artifactId>annotation</artifactId>
<version>0.91</version>
</dependency>
// https://jarcasting.com/artifacts/com.heliorm/annotation/
implementation 'com.heliorm:annotation:0.91'
// https://jarcasting.com/artifacts/com.heliorm/annotation/
implementation ("com.heliorm:annotation:0.91")
'com.heliorm:annotation:jar:0.91'
<dependency org="com.heliorm" name="annotation" rev="0.91">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heliorm', module='annotation', version='0.91')
)
libraryDependencies += "com.heliorm" % "annotation" % "0.91"
[com.heliorm/annotation "0.91"]