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