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