is not current version
Last Version 2.5.0

org.atmosphere:play-project 2.0.0

Atmosphere running on top of Play!

GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

play-project
Version

Version

2.0.0
Type

Type

pom

Download play-project 2.0.0

Filename Size
play-project-2.0.0.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/org.atmosphere/play-project/ -->
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>play-project</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/play-project/
implementation 'org.atmosphere:play-project:2.0.0'
// https://jarcasting.com/artifacts/org.atmosphere/play-project/
implementation ("org.atmosphere:play-project:2.0.0")
'org.atmosphere:play-project:pom:2.0.0'
<dependency org="org.atmosphere" name="play-project" rev="2.0.0">
  <artifact name="play-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='play-project', version='2.0.0')
)
libraryDependencies += "org.atmosphere" % "play-project" % "2.0.0"
[org.atmosphere/play-project "2.0.0"]