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