| License |
License
BSD 3-Clause
|
|---|---|
| GroupId | GroupIdch.ethz.inf.vs |
| ArtifactId | ArtifactIdelement-connector |
| Version | Version0.2-final |
| Type | Typejar |
| Description |
Descriptionelement-connector
Java socket abstraction for UDP, DTLS, TCP, etc.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/ch.ethz.inf.vs/element-connector/ -->
<dependency>
<groupId>ch.ethz.inf.vs</groupId>
<artifactId>element-connector</artifactId>
<version>0.2-final</version>
</dependency>
// https://jarcasting.com/artifacts/ch.ethz.inf.vs/element-connector/
implementation 'ch.ethz.inf.vs:element-connector:0.2-final'
// https://jarcasting.com/artifacts/ch.ethz.inf.vs/element-connector/
implementation ("ch.ethz.inf.vs:element-connector:0.2-final")
'ch.ethz.inf.vs:element-connector:jar:0.2-final'
<dependency org="ch.ethz.inf.vs" name="element-connector" rev="0.2-final">
<artifact name="element-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.ethz.inf.vs', module='element-connector', version='0.2-final')
)
libraryDependencies += "ch.ethz.inf.vs" % "element-connector" % "0.2-final"
[ch.ethz.inf.vs/element-connector "0.2-final"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |