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