MVN

de.aosd.clazzfish : clazzfish

Maven & Gradle

Apr 25, 2023
0 stars

ClazzFish · ClazzFish is a collection of different modules, which help you to dive into the classpath of your application and to monitor it.

<dependency>
    <groupId>de.aosd.clazzfish</groupId>
    <artifactId>clazzfish</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.aosd.clazzfish : clazzfish to add to Maven - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of de.aosd.clazzfish : clazzfish to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1
clazzfish-2.1
2.0
clazzfish-2.0
1.1
clazzfish-1.1
1.0
clazzfish-1.0
0.9
clazzfish-0.9
0.8
clazzfish-0.8
0.5
clazzfish-0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.aosd.clazzfish</groupId>
    <artifactId>clazzfish</artifactId>
    <version>2.1</version>
</dependency>

Advertisement