is not current version
Last Version 2.0.0

com.airlenet:play-framework 1.0.0.RELEASE


Categories

Categories

Play Framework User Interface Web Frameworks Net
GroupId

GroupId

com.airlenet
ArtifactId

ArtifactId

play-framework
Version

Version

1.0.0.RELEASE
Type

Type

pom

Download play-framework 1.0.0.RELEASE


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