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