| GroupId | GroupIdcom.typesafe.play |
|---|---|
| ArtifactId | ArtifactIdtwirl-compiler_2.9.3 |
| Version | Version1.0-M3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| twirl-compiler_2.9.3-1.0-M3.pom | |
| twirl-compiler_2.9.3-1.0-M3.jar | 101 KB |
| twirl-compiler_2.9.3-1.0-M3-sources.jar | 7 KB |
| twirl-compiler_2.9.3-1.0-M3-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-M3</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-M3'
// https://jarcasting.com/artifacts/com.typesafe.play/twirl-compiler_2.9.3/
implementation ("com.typesafe.play:twirl-compiler_2.9.3:1.0-M3")
'com.typesafe.play:twirl-compiler_2.9.3:jar:1.0-M3'
<dependency org="com.typesafe.play" name="twirl-compiler_2.9.3" rev="1.0-M3">
<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-M3')
)
libraryDependencies += "com.typesafe.play" % "twirl-compiler_2.9.3" % "1.0-M3"
[com.typesafe.play/twirl-compiler_2.9.3 "1.0-M3"]