GroupId | GroupIdcom.github.sdnwiselab |
---|---|
ArtifactId | ArtifactIdsdn-wise-node |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
sdn-wise-node-2.0.6.pom | |
sdn-wise-node-2.0.6.jar | 1 MB |
sdn-wise-node-2.0.6-sources.jar | 17 KB |
sdn-wise-node-2.0.6-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sdnwiselab/sdn-wise-node/ -->
<dependency>
<groupId>com.github.sdnwiselab</groupId>
<artifactId>sdn-wise-node</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdnwiselab/sdn-wise-node/
implementation 'com.github.sdnwiselab:sdn-wise-node:2.0.6'
// https://jarcasting.com/artifacts/com.github.sdnwiselab/sdn-wise-node/
implementation ("com.github.sdnwiselab:sdn-wise-node:2.0.6")
'com.github.sdnwiselab:sdn-wise-node:jar:2.0.6'
<dependency org="com.github.sdnwiselab" name="sdn-wise-node" rev="2.0.6">
<artifact name="sdn-wise-node" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sdnwiselab', module='sdn-wise-node', version='2.0.6')
)
libraryDependencies += "com.github.sdnwiselab" % "sdn-wise-node" % "2.0.6"
[com.github.sdnwiselab/sdn-wise-node "2.0.6"]