io.github.ackeecz.danger.dependenciescheck.model.xml.update.XmlUpToDateDependencies.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of danger-kotlin-dependencies-check Show documentation
Show all versions of danger-kotlin-dependencies-check Show documentation
Plugin for danger-kotlin for checking project dependencies (e.g. new available updates or vulnerabilities)
package io.github.ackeecz.danger.dependenciescheck.model.xml.update
import com.fasterxml.jackson.annotation.JsonIgnoreProperties
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper
@JsonIgnoreProperties(ignoreUnknown = true)
internal data class XmlUpToDateDependencies(
@field:JacksonXmlElementWrapper(localName = "dependencies")
val dependencies: List,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy