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