at.rseiler:annotation

Contains the @ThreadUnsafe annotation which is used to mark tests which can't run in parallel on the same JVM.

Лицензия

Лицензия

Группа

Группа

at.rseiler
Идентификатор

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

at.rseiler:annotation
Contains the @ThreadUnsafe annotation which is used to mark tests which can't run in parallel on the same JVM.

Скачать annotation

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

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

Зависимости

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

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

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

POM-Project

The POM-Project is just a wrapper project to build the POM module and it's dependencies.

POM

The POM is indented to be used as a parent POM, to speed up the setup/configuration of a new project.

Features

  • Static Code Analysis
  • JaCoCo for coverage reports
  • Surefire for unit tests with two configurations
    • tests which are thread safe and will be executed in parallel on the same JVM
    • tests which aren't thread safe and therefor will be run in JVM forks
  • Failsafe for integration tests
  • Maven Site
    • Markdown for the documentation
    • Project info reports
    • Generated Javadoc
    • Source Code as HTML for code references
    • Genereated tag lists for todo/fixme and @deprecated
    • JaCoCo, Surfire and Failsafe reports
  • Maven Profiles (see Maven Profiles)

Usage

This project isn't in the Maven Central Repository, yet. Therefor you need to clone the GIT repository or download the repository and install it locally with mvn clean install. Afterwards you can deploy the artifacts to your Maven repository (e.g. Nexus).

Documentation

Visit the documentation at: Latest Documentation

License

The pom-project is licensed under the terms of the Apache License, Version 2.0

Thank you!

We really appreciate all kind of feedback and contributions. Thanks for using and supporting the POM-project.

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

Версия
1.0.1