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