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