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