GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdtwirl-parser_2.12 |
Version | Version1.3.14 |
Type | Typejar |
Filename | Size |
---|---|
twirl-parser_2.12-1.3.14.pom | |
twirl-parser_2.12-1.3.14.jar | 76 KB |
twirl-parser_2.12-1.3.14-sources.jar | 9 KB |
twirl-parser_2.12-1.3.14-javadoc.jar | 709 KB |
Browse |
<!-- 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.3.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/twirl-parser_2.12/
implementation 'com.typesafe.play:twirl-parser_2.12:1.3.14'
// https://jarcasting.com/artifacts/com.typesafe.play/twirl-parser_2.12/
implementation ("com.typesafe.play:twirl-parser_2.12:1.3.14")
'com.typesafe.play:twirl-parser_2.12:jar:1.3.14'
<dependency org="com.typesafe.play" name="twirl-parser_2.12" rev="1.3.14">
<artifact name="twirl-parser_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='twirl-parser_2.12', version='1.3.14')
)
libraryDependencies += "com.typesafe.play" % "twirl-parser_2.12" % "1.3.14"
[com.typesafe.play/twirl-parser_2.12 "1.3.14"]