GroupId | GroupIdjp.co.bizreach |
---|---|
ArtifactId | ArtifactIdplay2-handlebars_2.11 |
Version | Version0.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/jp.co.bizreach/play2-handlebars_2.11/ -->
<dependency>
<groupId>jp.co.bizreach</groupId>
<artifactId>play2-handlebars_2.11</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/jp.co.bizreach/play2-handlebars_2.11/
implementation 'jp.co.bizreach:play2-handlebars_2.11:0.4.2'
// https://jarcasting.com/artifacts/jp.co.bizreach/play2-handlebars_2.11/
implementation ("jp.co.bizreach:play2-handlebars_2.11:0.4.2")
'jp.co.bizreach:play2-handlebars_2.11:jar:0.4.2'
<dependency org="jp.co.bizreach" name="play2-handlebars_2.11" rev="0.4.2">
<artifact name="play2-handlebars_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.co.bizreach', module='play2-handlebars_2.11', version='0.4.2')
)
libraryDependencies += "jp.co.bizreach" % "play2-handlebars_2.11" % "0.4.2"
[jp.co.bizreach/play2-handlebars_2.11 "0.4.2"]