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