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