Canteen

A Maven plugin for generating self-executing jars

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

com.salesforce.servicelibs
Идентификатор

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

canteen-parent
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Canteen
A Maven plugin for generating self-executing jars
Ссылка на сайт

Ссылка на сайт

https://github.com/salesforce/grpc-java-contrib
Система контроля версий

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

https://github.com/salesforce/grpc-java-contrib

Скачать canteen-parent

Имя Файла Размер
canteen-parent-1.1.0.pom 6 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.salesforce.servicelibs/canteen-parent/ -->
<dependency>
    <groupId>com.salesforce.servicelibs</groupId>
    <artifactId>canteen-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.salesforce.servicelibs/canteen-parent/
implementation 'com.salesforce.servicelibs:canteen-parent:1.1.0'
// https://jarcasting.com/artifacts/com.salesforce.servicelibs/canteen-parent/
implementation ("com.salesforce.servicelibs:canteen-parent:1.1.0")
'com.salesforce.servicelibs:canteen-parent:pom:1.1.0'
<dependency org="com.salesforce.servicelibs" name="canteen-parent" rev="1.1.0">
  <artifact name="canteen-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.salesforce.servicelibs', module='canteen-parent', version='1.1.0')
)
libraryDependencies += "com.salesforce.servicelibs" % "canteen-parent" % "1.1.0"
[com.salesforce.servicelibs/canteen-parent "1.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • canteen-bootstrap
  • canteen-maven-plugin
  • canteen-it

grpc-java-contrib

Build Status codecov

Useful extensions for using the grpc-java library.

This project is broken down into multiple sub-modules, each solving a different sub-problem.

  • grpc-contrib - A collection of utility classes to work with grpc-java.
  • grpc-testing-contrib - A collection of utility classes for testing grpc-java.
  • grpc-spring - Tools for automatically wiring up and starting a grpc service using Spring.
  • jprotoc - A framework for building protoc extension plugins in Java.

Demos

A pair of demo applications are in the grpc-java-contrib-demo directory.

  • time-service-demo - Hosts a simple gRPC service that reports the current time. Demonstrates grpc-spring service hosting.
  • time-client-demo - Connects to the time service. Demonstrates StaticResolver and jProtoc.

Usage

These libraries are still fairly immature. For now, you will have to clone this repo and build it yourself. Setting up CI and deploying to Maven Central is still in our future.

See each respective module for documentation on its usage.

Contributing

We are happy to talk to you about new features or pull requests.

  • For bugfixes, submit a PR.
  • For new features, create a Github issue first, so we can discuss your plans. Then, submit a PR.
com.salesforce.servicelibs

Salesforce

A variety of vendor agnostic projects which power Salesforce

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

Версия
1.1.0
1.0.2
1.0.1
1.0.0