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