| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.github.plippe |
| ArtifactId | ArtifactIdplay-form_2.11 |
| Version | Version2.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| play-form_2.11-2.6.1.pom | |
| play-form_2.11-2.6.1.jar | 21 KB |
| play-form_2.11-2.6.1-sources.jar | 2 KB |
| play-form_2.11-2.6.1-javadoc.jar | 372 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.plippe/play-form_2.11/ -->
<dependency>
<groupId>com.github.plippe</groupId>
<artifactId>play-form_2.11</artifactId>
<version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.plippe/play-form_2.11/
implementation 'com.github.plippe:play-form_2.11:2.6.1'
// https://jarcasting.com/artifacts/com.github.plippe/play-form_2.11/
implementation ("com.github.plippe:play-form_2.11:2.6.1")
'com.github.plippe:play-form_2.11:jar:2.6.1'
<dependency org="com.github.plippe" name="play-form_2.11" rev="2.6.1">
<artifact name="play-form_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.plippe', module='play-form_2.11', version='2.6.1')
)
libraryDependencies += "com.github.plippe" % "play-form_2.11" % "2.6.1"
[com.github.plippe/play-form_2.11 "2.6.1"]