![JAR search and dependency download from the Maven repository](/logo.png)
com.sonalake.swaggerlog.config.Artifact 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.config;
import lombok.*;
/**
* Identifies an artifact in nexus
*/
@ToString
@Builder
@Getter
@Setter
@RequiredArgsConstructor
public class Artifact {
private final String groupId;
private final String artifactId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy