Cocaine-Client

Client for Cocaine Application Engine.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем Dex Универсальные библиотеки Utility
Группа

Группа

ru.yandex.cocaine
Идентификатор

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

cocaine-client
Последняя версия

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

0.11.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Cocaine-Client
Client for Cocaine Application Engine.
Организация-разработчик

Организация-разработчик

Yandex

Скачать cocaine-client

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
ru.yandex.cocaine : cocaine-core jar 0.11.1.0
io.netty : netty-all jar 4.0.21.Final
com.google.guava : guava jar 17.0
log4j : log4j jar 1.2.17
org.msgpack : msgpack jar 0.6.11
com.netflix.rxjava : rxjava-core jar 0.19.6

test (2)

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

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

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

Cocaine Framework Java

Packages

  • Cocaine Core
  • Cocaine Client
  • Cocaine Client Archetype
  • Cocaine Worker
  • Cocaine Worker Archetype
  • Cocaine Services

Building Cocaine Framework Java with Maven

What you’ll need

Build Java code

You can execute several build lifecycle goals with Maven, including goals to compile the project’s code, create a library package (such as a JAR file), install the library in the local Maven dependency repository and pack sources.

To try out the build, issue the following at the command line:

mvn compile

This will run Maven, telling it to execute the compile goal. When it’s finished, you should find the compiled .class files in the /target/classes directory.

Since it’s unlikely that you’ll want to distribute or work with .class files directly, you’ll probably want to run the package goal instead:

mvn package

The package goal will compile your Java code, run any tests, and finish by packaging the code up in a JAR file within the target directory. The name of the JAR file will be based on the project’s . For example, the JAR files will be named cocaine-core-0.10.5-1.jar and cocaine-services-0.10.5-1.jar.

Maven also maintains a repository of dependencies on your local machine (usually in a ~/.m2/repository directory) for quick access to project dependencies. If you’d like to install JAR files to that local repository, then you should invoke the install goal:

mvn install

The install goal will compile, test, and package code and then copy it into the local dependency repository, ready for another project to reference it as a dependency.

You can also run the source:jar goal:

mvn source:jar

The source:jar goal will package the sources up in a JAR file within the target directory. The name of the JAR file will be based on the project’s . For example, the JAR file will be named cocaine-core-0.10.5-1-sources.jar and cocaine-services-0.10.5-1-sources.jar.

ru.yandex.cocaine

The Cocaine Project

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

Версия
0.11.1.0