License |
License |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdplay-project |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAtmosphere Play Project
Atmosphere running on top of Play!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-project-2.5.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/play-project/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>play-project</artifactId>
<version>2.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/play-project/
implementation 'org.atmosphere:play-project:2.5.0'
// https://jarcasting.com/artifacts/org.atmosphere/play-project/
implementation ("org.atmosphere:play-project:2.5.0")
'org.atmosphere:play-project:pom:2.5.0'
<dependency org="org.atmosphere" name="play-project" rev="2.5.0">
<artifact name="play-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='play-project', version='2.5.0')
)
libraryDependencies += "org.atmosphere" % "play-project" % "2.5.0"
[org.atmosphere/play-project "2.5.0"]