MVN

com.github.jochenw.afw : afw

Maven & Gradle

Feb 14, 2023
0 stars

AFW · Application framework, Dependency Injection

<dependency>
    <groupId>com.github.jochenw.afw</groupId>
    <artifactId>afw</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jochenw.afw : afw to add to Maven - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of com.github.jochenw.afw : afw to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
afw-0.7.1
0.6.x
afw-0.6.1
afw-0.6.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.jochenw.afw</groupId>
    <artifactId>afw</artifactId>
    <version>0.7.1</version>
</dependency>

Advertisement