![JAR search and dependency download from the Maven repository](/logo.png)
com.sonalake.swaggerlog.nexus.VersionStep Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-changelog-gradle-plugin Show documentation
Show all versions of swagger-changelog-gradle-plugin Show documentation
Build an asciidoc swagger changelog from a nexus history
package com.sonalake.swaggerlog.nexus;
import lombok.*;
@RequiredArgsConstructor
@Builder
@ToString
@Getter
@EqualsAndHashCode
public class VersionStep {
private final VersionedArtifact from;
private final VersionedArtifact to;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy