Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.airlenet.netconf |
ArtifactId | ArtifactIdnetconf-rest |
Version | Version1.1.0 |
Type | Typewar |
Filename | Size |
---|---|
netconf-rest-1.1.0.pom | |
netconf-rest-1.1.0.war | 15 MB |
netconf-rest-1.1.0-sources.jar | 5 KB |
netconf-rest-1.1.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airlenet.netconf/netconf-rest/ -->
<dependency>
<groupId>com.airlenet.netconf</groupId>
<artifactId>netconf-rest</artifactId>
<version>1.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.airlenet.netconf/netconf-rest/
implementation 'com.airlenet.netconf:netconf-rest:1.1.0'
// https://jarcasting.com/artifacts/com.airlenet.netconf/netconf-rest/
implementation ("com.airlenet.netconf:netconf-rest:1.1.0")
'com.airlenet.netconf:netconf-rest:war:1.1.0'
<dependency org="com.airlenet.netconf" name="netconf-rest" rev="1.1.0">
<artifact name="netconf-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='com.airlenet.netconf', module='netconf-rest', version='1.1.0')
)
libraryDependencies += "com.airlenet.netconf" % "netconf-rest" % "1.1.0"
[com.airlenet.netconf/netconf-rest "1.1.0"]