The Messenger Build

A framework for sending messages.

Лицензия

Лицензия

Группа

Группа

com.bellotapps.the-messenger
Идентификатор

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

the-messenger-build
Последняя версия

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

0.0.1-RELEASE
Дата

Дата

Тип

Тип

pom
Описание

Описание

The Messenger Build
A framework for sending messages.
Система контроля версий

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

http://github.com/bellotapps/the-messenger/tree/master

Скачать the-messenger-build

Имя Файла Размер
the-messenger-build-0.0.1-RELEASE.pom 1 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.bellotapps.the-messenger/the-messenger-build/ -->
<dependency>
    <groupId>com.bellotapps.the-messenger</groupId>
    <artifactId>the-messenger-build</artifactId>
    <version>0.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bellotapps.the-messenger/the-messenger-build/
implementation 'com.bellotapps.the-messenger:the-messenger-build:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.bellotapps.the-messenger/the-messenger-build/
implementation ("com.bellotapps.the-messenger:the-messenger-build:0.0.1-RELEASE")
'com.bellotapps.the-messenger:the-messenger-build:pom:0.0.1-RELEASE'
<dependency org="com.bellotapps.the-messenger" name="the-messenger-build" rev="0.0.1-RELEASE">
  <artifact name="the-messenger-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bellotapps.the-messenger', module='the-messenger-build', version='0.0.1-RELEASE')
)
libraryDependencies += "com.bellotapps.the-messenger" % "the-messenger-build" % "0.0.1-RELEASE"
[com.bellotapps.the-messenger/the-messenger-build "0.0.1-RELEASE"]

Зависимости

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

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

  • the-messenger-project

The Messenger GitHub license Build Status Maven Central

A framework for sending messages.

Description

This framework consist of several libraries that helps sending and receiving messages.

How to use it?

Get it!

Maven central

All the modules are hosted in Maven Central, and can be accessed by adding the corresponding dependency in your pom.xml file.

For example:

<dependency>
    <groupId>com.bellotapps.the-messenger</groupId>
    <artifactId>commons</artifactId>
    <version>${the-messenger.version}</version>
</dependency>

Note: A placeholder is used as version in the previous example to avoid changing this readme each time a new version is released. Replace the ${the-messenger.version} placeholder with the actual version of the the-messenger project.

Build from source

You can also build your own versions of the libraries. Maven is required for this.

$ git clone https://github.com/bellotapps/the-messenger.git
$ cd the-messenger
$ mvn clean install

Note: There are several profiles defined in the root's pom.xml file. The local-deploy profile will also install the sources and javadoc jars. You can use it like this:

$ mvn clean install -P local-deploy

Note: You can also download the source code from https://github.com/bellotapps/the-messenger/archive/master.zip

Note: If you just want to get the JAR files, you must use the following command which won't install the libraries in your local repository.

$ mvn clean package

Bill of Materials

This project includes a Bill Of Materials in order to make it easier to import the libraries. Include the following in your pom.xml.

<dependencyManagement>
    <dependencies>
        <!-- ... -->
        <dependency>
            <groupId>com.bellotapps.the-messenger</groupId>
            <artifactId>bill-of-materials</artifactId>
            <version>${the-messenger.version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
        <!-- ... -->
    </dependencies>
</dependencyManagement>

After adding the bill-of-materials artifact as an imported managed dependency, you can start using the different libraries in your project.

Note: A placeholder is used as version in the previous example to avoid changing this readme each time a new version is released. Replace the ${the-messenger.version} placeholder with the actual version of the the-messenger project.

License

Copyright 2019 BellotApps

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.

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

Версия
0.0.1-RELEASE