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