Native Image Annotations

Annotations to help with generating GraalVM native image meta-data.

License

License

Categories

Categories

Native Development Tools
GroupId

GroupId

uk.co.bithatch
ArtifactId

ArtifactId

native-image-annotations
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Native Image Annotations
Annotations to help with generating GraalVM native image meta-data.
Project Organization

Project Organization

Bithatch
Source Code Management

Source Code Management

https://github.com/bithatch/native-image-annotations.git

Download native-image-annotations

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.bithatch/native-image-annotations/ -->
<dependency>
    <groupId>uk.co.bithatch</groupId>
    <artifactId>native-image-annotations</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.bithatch/native-image-annotations/
implementation 'uk.co.bithatch:native-image-annotations:0.0.1'
// https://jarcasting.com/artifacts/uk.co.bithatch/native-image-annotations/
implementation ("uk.co.bithatch:native-image-annotations:0.0.1")
'uk.co.bithatch:native-image-annotations:jar:0.0.1'
<dependency org="uk.co.bithatch" name="native-image-annotations" rev="0.0.1">
  <artifact name="native-image-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.bithatch', module='native-image-annotations', version='0.0.1')
)
libraryDependencies += "uk.co.bithatch" % "native-image-annotations" % "0.0.1"
[uk.co.bithatch/native-image-annotations "0.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.3.2
com.google.code.gson : gson jar 2.8.6

provided (1)

Group / Artifact Type Version
com.google.auto.service : auto-service jar 1.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1