is not current version
Last Version 2.5.0

org.atmosphere:play-project 1.0.0.RC2

Atmosphere running on top of Play!

GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

play-project
Version

Version

1.0.0.RC2
Type

Type

pom

Download play-project 1.0.0.RC2

Filename Size
play-project-1.0.0.RC2.pom 10 KB
Browse

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