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

com.github.meazza.PostBody Maven / Gradle / Ivy

There is a newer version: 1.0.6.RELEASE
Show newest version
package com.github.meazza;

import lombok.Data;

@Data
public class PostBody {

  private Long id;
  private String name;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy