GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdtwirl-parser_2.12 |
Version | Version1.4.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/twirl-parser_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>twirl-parser_2.12</artifactId>
<version>1.4.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/twirl-parser_2.12/
implementation 'com.typesafe.play:twirl-parser_2.12:1.4.0-RC3'
// https://jarcasting.com/artifacts/com.typesafe.play/twirl-parser_2.12/
implementation ("com.typesafe.play:twirl-parser_2.12:1.4.0-RC3")
'com.typesafe.play:twirl-parser_2.12:jar:1.4.0-RC3'
<dependency org="com.typesafe.play" name="twirl-parser_2.12" rev="1.4.0-RC3">
<artifact name="twirl-parser_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='twirl-parser_2.12', version='1.4.0-RC3')
)
libraryDependencies += "com.typesafe.play" % "twirl-parser_2.12" % "1.4.0-RC3"
[com.typesafe.play/twirl-parser_2.12 "1.4.0-RC3"]