![JAR search and dependency download from the Maven repository](/logo.png)
com.coreoz.ppt.PptTextMapper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ppt-templates Show documentation
Show all versions of ppt-templates Show documentation
PPT Template is a small templating library to generate PowerPoint presentations.
package com.coreoz.ppt;
import java.util.function.Function;
import lombok.Value;
@Value(staticConstructor = "of")
class PptTextMapper {
private final Object value;
private final Function argumentToValue;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy