Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdcom.airlenet.netconf |
ArtifactId | ArtifactIdnetconf-spring-boot-starter |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.airlenet.netconf/netconf-spring-boot-starter/ -->
<dependency>
<groupId>com.airlenet.netconf</groupId>
<artifactId>netconf-spring-boot-starter</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.airlenet.netconf/netconf-spring-boot-starter/
implementation 'com.airlenet.netconf:netconf-spring-boot-starter:1.2.0'
// https://jarcasting.com/artifacts/com.airlenet.netconf/netconf-spring-boot-starter/
implementation ("com.airlenet.netconf:netconf-spring-boot-starter:1.2.0")
'com.airlenet.netconf:netconf-spring-boot-starter:jar:1.2.0'
<dependency org="com.airlenet.netconf" name="netconf-spring-boot-starter" rev="1.2.0">
<artifact name="netconf-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airlenet.netconf', module='netconf-spring-boot-starter', version='1.2.0')
)
libraryDependencies += "com.airlenet.netconf" % "netconf-spring-boot-starter" % "1.2.0"
[com.airlenet.netconf/netconf-spring-boot-starter "1.2.0"]