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