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