nl.vpro.berlijn.domain.productmetadata.Synopsis Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of media-berlijn Show documentation
Show all versions of media-berlijn Show documentation
Json bindings for project berlijn topics consumed by poms
The newest version!
package nl.vpro.berlijn.domain.productmetadata;
public record Synopsis(
String longText,
String mediumText,
String shortText,
String brief
) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy