<dependency> <groupId>com.samskivert</groupId> <artifactId>jmustache</artifactId> <version>1.14</version> <type>bundle</type> </dependency>
implementation 'com.samskivert:jmustache:1.14'
implementation("com.samskivert:jmustache:1.14")
libraryDependencies += "com.samskivert" % "jmustache" % "1.14"
@Grapes( @Grab(group='com.samskivert', module='jmustache', version='1.14') )
<dependency org="com.samskivert" name="jmustache" rev="1.14" />
[com.samskivert/jmustache "1.14"]
'com.samskivert:jmustache:jar:1.14'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
test
|-- com.google.gwt:gwt-dev:2.8.2
|-- com.google.gwt:gwt-user:2.8.2
|-- junit:junit:4.11
|-- org.yaml:snakeyaml:1.11