node_modules.sprintf-js.demo.angular.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
{{ "%+010d"|sprintf:-123 }}
{{ "%+010d"|vsprintf:[-123] }}
{{ "%+010d"|fmt:-123 }}
{{ "%+010d"|vfmt:[-123] }}
{{ "I've got %2$d apples and %1$d oranges."|fmt:4:2 }}
{{ "I've got %(apples)d apples and %(oranges)d oranges."|fmt:{apples: 2, oranges: 4} }}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy