MVN

io.github.viniciusxyz.automatic.feature : automatic-feature

Maven & Gradle

Mar 09, 2024
0 stars

Automatic Feature Processor · This project aims to facilitate the creation of native-image.properties files for projects that used the graalvm @AutomaticFeature annotation that was deprecated.

<dependency>
    <groupId>io.github.viniciusxyz.automatic.feature</groupId>
    <artifactId>automatic-feature</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.viniciusxyz.automatic.feature : automatic-feature to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.viniciusxyz.automatic.feature : automatic-feature to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
automatic-feature-1.0.0
0.0.x
automatic-feature-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.viniciusxyz.automatic.feature</groupId>
    <artifactId>automatic-feature</artifactId>
    <version>0.0.1</version>
</dependency>