文件名称: jmustache-1.16.jar中文-英文对照文档.zip
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>
<version>1.16</version>
</dependency>Gradle:
implementation group: 'com.samskivert', name: 'jmustache', version: '1.16'
Gradle (Short):
implementation 'com.samskivert:jmustache:1.16'
Gradle (Kotlin):
implementation("com.samskivert:jmustache:1.16")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.samskivert.mustachecom.samskivert.mustache.BasicCollector
com.samskivert.mustache.DefaultCollector
com.samskivert.mustache.Escapers
com.samskivert.mustache.Mustache
com.samskivert.mustache.Mustache.Collector
com.samskivert.mustache.Mustache.Compiler
com.samskivert.mustache.Mustache.CustomContext
com.samskivert.mustache.Mustache.Escaper
com.samskivert.mustache.Mustache.Formatter
com.samskivert.mustache.Mustache.InvertibleLambda
com.samskivert.mustache.Mustache.Lambda
com.samskivert.mustache.Mustache.TemplateLoader
com.samskivert.mustache.Mustache.VariableFetcher
com.samskivert.mustache.Mustache.Visitor
com.samskivert.mustache.MustacheException
com.samskivert.mustache.MustacheException.Context
com.samskivert.mustache.MustacheParseException
com.samskivert.mustache.Template