| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.airlenet |
| ArtifactId | ArtifactIdplay-thirdparty |
| Version | Version2.0.0 |
| Type | Typepom |
| Description |
DescriptionPlay ThirdParty
The ThirdParty of Play Platform.
|
| Project Organization |
Project Organizationairlenet |
| Filename | Size |
|---|---|
| play-thirdparty-2.0.0.pom | 713 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.airlenet/play-thirdparty/ -->
<dependency>
<groupId>com.airlenet</groupId>
<artifactId>play-thirdparty</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.airlenet/play-thirdparty/
implementation 'com.airlenet:play-thirdparty:2.0.0'
// https://jarcasting.com/artifacts/com.airlenet/play-thirdparty/
implementation ("com.airlenet:play-thirdparty:2.0.0")
'com.airlenet:play-thirdparty:pom:2.0.0'
<dependency org="com.airlenet" name="play-thirdparty" rev="2.0.0">
<artifact name="play-thirdparty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.airlenet', module='play-thirdparty', version='2.0.0')
)
libraryDependencies += "com.airlenet" % "play-thirdparty" % "2.0.0"
[com.airlenet/play-thirdparty "2.0.0"]