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

com.sonalake.swaggerlog.config.Artifact Maven / Gradle / Ivy

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