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