| License |
License |
|---|---|
| GroupId | GroupIdme.lessis |
| ArtifactId | ArtifactIdunisockets-core_2.10 |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionunisockets-core
Defines adapters for unix domain sockets for the jvm
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationme.lessis |
| Filename | Size |
|---|---|
| unisockets-core_2.10-0.1.0.pom | |
| unisockets-core_2.10-0.1.0.jar | 24 KB |
| unisockets-core_2.10-0.1.0-sources.jar | 3 KB |
| unisockets-core_2.10-0.1.0-javadoc.jar | 364 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.lessis/unisockets-core_2.10/ -->
<dependency>
<groupId>me.lessis</groupId>
<artifactId>unisockets-core_2.10</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.lessis/unisockets-core_2.10/
implementation 'me.lessis:unisockets-core_2.10:0.1.0'
// https://jarcasting.com/artifacts/me.lessis/unisockets-core_2.10/
implementation ("me.lessis:unisockets-core_2.10:0.1.0")
'me.lessis:unisockets-core_2.10:jar:0.1.0'
<dependency org="me.lessis" name="unisockets-core_2.10" rev="0.1.0">
<artifact name="unisockets-core_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lessis', module='unisockets-core_2.10', version='0.1.0')
)
libraryDependencies += "me.lessis" % "unisockets-core_2.10" % "0.1.0"
[me.lessis/unisockets-core_2.10 "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.4 |
| com.github.jnr : jnr-unixsocket | jar | 0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.10 | jar | 2.2.1 |