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