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