GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdtwirl-compiler_2.13.0-M5 |
Version | Version1.4.0-RC4 |
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-RC4</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-RC4'
// 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-RC4")
'com.typesafe.play:twirl-compiler_2.13.0-M5:jar:1.4.0-RC4'
<dependency org="com.typesafe.play" name="twirl-compiler_2.13.0-M5" rev="1.4.0-RC4">
<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-RC4')
)
libraryDependencies += "com.typesafe.play" % "twirl-compiler_2.13.0-M5" % "1.4.0-RC4"
[com.typesafe.play/twirl-compiler_2.13.0-M5 "1.4.0-RC4"]