[EPMD] Parent

Parent (root) EPMD project, based on Java

Лицензия

Лицензия

Категории

Категории

Java Языки программирования PMD Тестирование приложения и мониторинг Code Analysis
Группа

Группа

io.appulse
Идентификатор

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

epmd-java
Последняя версия

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

2.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

[EPMD] Parent
Parent (root) EPMD project, based on Java
Ссылка на сайт

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

https://github.com/appulse-projects/epmd-java
Организация-разработчик

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

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

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

https://github.com/appulse-projects/epmd-java

Скачать epmd-java

Имя Файла Размер
epmd-java-2.0.2.pom 15 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/io.appulse/epmd-java/ -->
<dependency>
    <groupId>io.appulse</groupId>
    <artifactId>epmd-java</artifactId>
    <version>2.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.appulse/epmd-java/
implementation 'io.appulse:epmd-java:2.0.2'
// https://jarcasting.com/artifacts/io.appulse/epmd-java/
implementation ("io.appulse:epmd-java:2.0.2")
'io.appulse:epmd-java:pom:2.0.2'
<dependency org="io.appulse" name="epmd-java" rev="2.0.2">
  <artifact name="epmd-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.appulse', module='epmd-java', version='2.0.2')
)
libraryDependencies += "io.appulse" % "epmd-java" % "2.0.2"
[io.appulse/epmd-java "2.0.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.appulse : logging-java jar 1.1.3
io.appulse : utils-java jar 1.18.0

provided (4)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.12
net.jcip : jcip-annotations jar 1.0
com.github.spotbugs : spotbugs-annotations jar 4.0.4
com.google.code.findbugs : jsr305 jar 3.0.2

test (6)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.junit.jupiter : junit-jupiter-params jar 5.6.2
org.assertj : assertj-core jar 3.16.1
org.mockito : mockito-core jar 3.3.3
org.mockito : mockito-junit-jupiter jar 3.3.3
org.testcontainers : testcontainers jar 1.14.3

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

  • core
  • client
  • server

Overview

build_status maven_central License

This is the set of projects, which implements EPMD server and its client.

Development

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

For building the project you need only a Java compiler.

IMPORTANT: the project requires Java version starting from 8

And, of course, you need to clone the project from GitHub:

$> git clone https://github.com/appulse-projects/epmd-java
$> cd epmd-java

Building

For building routine automation, I am using maven.

To build the project, do the following:

$> mvn clean compile
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] [EPMD] Parent ...................................... SUCCESS [  0.091 s]
[INFO] [EPMD] Core ........................................ SUCCESS [ 11.966 s]
[INFO] [EPMD] Client ...................................... SUCCESS [  5.504 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.277 s
[INFO] Finished at: 2019-01-29T10:23:34+03:00
[INFO] Final Memory: 49M/584M
[INFO] ------------------------------------------------------------------------

Running the tests

To run the project's test, do the following:

$> mvn clean test
...
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
...
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0
[INFO]
...

Also, if you do package or install goals, the tests launch automatically.

Built With

  • Java - is a systems and applications programming language

  • Lombok - is a java library that spicing up your java

  • Junit - is a simple framework to write repeatable tests

  • AssertJ - AssertJ provides a rich set of assertions, truly helpful error messages, improves test code readability

  • Maven - is a software project management and comprehension tool

Changelog

To see what has changed in recent versions of the project, see the changelog file.

Contributing

Please read contributing file for details on my code of conduct, and the process for submitting pull requests to me.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Apache License 2.0 License - see the license file for details

io.appulse

Appulse

Appulse aims to build correct concurrent and scalable applications based on JVM and BEAM VM.

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

Версия
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.0.2
0.0.1