Java Sockets

Java Socket handling made easy

Лицензия

Лицензия

Группа

Группа

com.github.autermann
Идентификатор

Идентификатор

sockets
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Sockets
Java Socket handling made easy
Система контроля версий

Система контроля версий

https://github.com/autermann/java-sockets

Скачать sockets

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.autermann/sockets/ -->
<dependency>
    <groupId>com.github.autermann</groupId>
    <artifactId>sockets</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autermann/sockets/
implementation 'com.github.autermann:sockets:1.0.1'
// https://jarcasting.com/artifacts/com.github.autermann/sockets/
implementation ("com.github.autermann:sockets:1.0.1")
'com.github.autermann:sockets:jar:1.0.1'
<dependency org="com.github.autermann" name="sockets" rev="1.0.1">
  <artifact name="sockets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autermann', module='sockets', version='1.0.1')
)
libraryDependencies += "com.github.autermann" % "sockets" % "1.0.1"
[com.github.autermann/sockets "1.0.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.5
com.google.guava : guava jar 15.0
org.bouncycastle : bcprov-jdk15on jar 1.49
com.github.autermann : utils jar 1.0.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.slf4j : slf4j-simple jar 1.7.5

Модули Проекта

Данный проект не имеет модулей.

java-sockets Build Status

Java Socket Utility Classes

Build

git clone --recursive -q -b master https://github.com/autermann/java-sockets.git
mvn -q -f java-sockets/pom.xml clean source:jar javadoc:jar install

License

Copyright 2013 Christian Autermann

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
1.0.1
1.0.0