| License |
License |
|---|---|
| GroupId | GroupIdde.oscillation.kismet |
| ArtifactId | ArtifactIdkismet-connector |
| Version | Version0.0.1 |
| Type | Typepom |
| Description |
Descriptionkismet-connector
Implementation of the Kismet Client/Server Message Protocol for Java.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kismet-connector-0.0.1.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.oscillation.kismet/kismet-connector/ -->
<dependency>
<groupId>de.oscillation.kismet</groupId>
<artifactId>kismet-connector</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.oscillation.kismet/kismet-connector/
implementation 'de.oscillation.kismet:kismet-connector:0.0.1'
// https://jarcasting.com/artifacts/de.oscillation.kismet/kismet-connector/
implementation ("de.oscillation.kismet:kismet-connector:0.0.1")
'de.oscillation.kismet:kismet-connector:pom:0.0.1'
<dependency org="de.oscillation.kismet" name="kismet-connector" rev="0.0.1">
<artifact name="kismet-connector" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.oscillation.kismet', module='kismet-connector', version='0.0.1')
)
libraryDependencies += "de.oscillation.kismet" % "kismet-connector" % "0.0.1"
[de.oscillation.kismet/kismet-connector "0.0.1"]