Package com.github.aistomin.maven.browser
The root package of the "Maven Browser" project.
-
Interface Summary Interface Description MvnArtifact The interface of classes which represent the Maven artifact.MvnArtifactVersion The interface of classes which represent the Maven artifact's version.MvnDependency The interface which is responsible for manipulating the Maven artifact's version as a Maven/Ant/Gradle dependency.MvnGroup The interface of classes which represent the Maven artifacts' group.MvnRepo The interface of classes which represent the Maven repository. -
Class Summary Class Description MavenArtifact Simple implementation of the Maven artifact entity.MavenArtifactVersion Simple implementation of the Maven artifact's version entity.MavenCentral The class which works with Maven Central repository.MavenDependency Simple implementation of the Maven artifact version's dependency entity.MavenGroup Simple implementation of the Maven group entity. -
Enum Summary Enum Description MvnPackagingType The interface of classes which represent the Maven artifacts' group. -
Exception Summary Exception Description MvnException Project specific exception.