GroupId | GroupIdcom.github.sdnwiselab |
---|---|
ArtifactId | ArtifactIdsdn-wise-ctrl |
Version | Version3.0.16 |
Type | Typejar |
Filename | Size |
---|---|
sdn-wise-ctrl-3.0.16.pom | |
sdn-wise-ctrl-3.0.16.jar | 76 KB |
sdn-wise-ctrl-3.0.16-sources.jar | 55 KB |
sdn-wise-ctrl-3.0.16-javadoc.jar | 219 KB |
sdn-wise-ctrl-3.0.16-jar-with-dependencies.jar | 17 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sdnwiselab/sdn-wise-ctrl/ -->
<dependency>
<groupId>com.github.sdnwiselab</groupId>
<artifactId>sdn-wise-ctrl</artifactId>
<version>3.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdnwiselab/sdn-wise-ctrl/
implementation 'com.github.sdnwiselab:sdn-wise-ctrl:3.0.16'
// https://jarcasting.com/artifacts/com.github.sdnwiselab/sdn-wise-ctrl/
implementation ("com.github.sdnwiselab:sdn-wise-ctrl:3.0.16")
'com.github.sdnwiselab:sdn-wise-ctrl:jar:3.0.16'
<dependency org="com.github.sdnwiselab" name="sdn-wise-ctrl" rev="3.0.16">
<artifact name="sdn-wise-ctrl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sdnwiselab', module='sdn-wise-ctrl', version='3.0.16')
)
libraryDependencies += "com.github.sdnwiselab" % "sdn-wise-ctrl" % "3.0.16"
[com.github.sdnwiselab/sdn-wise-ctrl "3.0.16"]