OutdatedDependency

data class OutdatedDependency(val groupId: String, val artifactId: String, val currentVersion: String, val latestVersion: String, val ecosystem: Ecosystem = Ecosystem.MAVEN, val sourceLocation: DependencySourceLocation? = null)

Constructors

Link copied to clipboard
constructor(groupId: String, artifactId: String, currentVersion: String, latestVersion: String, ecosystem: Ecosystem = Ecosystem.MAVEN, sourceLocation: DependencySourceLocation? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard