All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sonalake.swaggerlog.nexus.VersionStep Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
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