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