Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.airlenet |
ArtifactId | ArtifactIdplay-core |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
play-core-1.0.0.RELEASE.pom | |
play-core-1.0.0.RELEASE.jar | 14 KB |
play-core-1.0.0.RELEASE-sources.jar | 7 KB |
play-core-1.0.0.RELEASE-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airlenet/play-core/ -->
<dependency>
<groupId>com.airlenet</groupId>
<artifactId>play-core</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.airlenet/play-core/
implementation 'com.airlenet:play-core:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.airlenet/play-core/
implementation ("com.airlenet:play-core:1.0.0.RELEASE")
'com.airlenet:play-core:jar:1.0.0.RELEASE'
<dependency org="com.airlenet" name="play-core" rev="1.0.0.RELEASE">
<artifact name="play-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airlenet', module='play-core', version='1.0.0.RELEASE')
)
libraryDependencies += "com.airlenet" % "play-core" % "1.0.0.RELEASE"
[com.airlenet/play-core "1.0.0.RELEASE"]