| GroupId | GroupIdcom.typesafe.play |
|---|---|
| ArtifactId | ArtifactIdtwirl-compiler_2.12 |
| Version | Version1.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| twirl-compiler_2.12-1.2.1.pom | |
| twirl-compiler_2.12-1.2.1.jar | 63 KB |
| twirl-compiler_2.12-1.2.1-sources.jar | 7 KB |
| twirl-compiler_2.12-1.2.1-javadoc.jar | 684 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/twirl-compiler_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>twirl-compiler_2.12</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/twirl-compiler_2.12/
implementation 'com.typesafe.play:twirl-compiler_2.12:1.2.1'
// https://jarcasting.com/artifacts/com.typesafe.play/twirl-compiler_2.12/
implementation ("com.typesafe.play:twirl-compiler_2.12:1.2.1")
'com.typesafe.play:twirl-compiler_2.12:jar:1.2.1'
<dependency org="com.typesafe.play" name="twirl-compiler_2.12" rev="1.2.1">
<artifact name="twirl-compiler_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='twirl-compiler_2.12', version='1.2.1')
)
libraryDependencies += "com.typesafe.play" % "twirl-compiler_2.12" % "1.2.1"
[com.typesafe.play/twirl-compiler_2.12 "1.2.1"]