Build Tools

A set of tools for managing code quality and builds

Лицензия

Лицензия

Категории

Категории

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

Группа

org.testifyproject
Идентификатор

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

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

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

0.9.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Build Tools
A set of tools for managing code quality and builds
Ссылка на сайт

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

https://github.com/testify-project/build-tools
Организация-разработчик

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

Sharmarke Aden

Скачать build-tools

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugins : maven-shade-plugin jar 2.4.2

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

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

Build Tools

Build Status Github Releases Maven Central License

Overview

A collection of tools and configuration files for managing builds.

Learning

  • Testify documentation is available [here][docs].
  • Take a look at [Test Driven Development][tdd-presentation] presentation.
  • Examples code can be found [here][examples].
  • Read [Java for Small Team][java-for-small-team] eBook.

Issue Tracking

Report issues via the Github Issues. Think you've found a bug? Please consider submitting a reproduction project via the a new Github Issue.

Building from Source

Testify uses a Maven-based build system. To build from source follow the bellow instructions:

Prerequisites

Check out sources

git clone git@github.com:testify-project/build-tools.git

or

git clone https://github.com/testify-project/build-tools.git

Install all Testify jars into your local Maven cache

./mvnw install -Dmaven.test.skip

Compile and test and build all jars

./mvnw clean install

Staying in Touch

Hit us up on Gitter.

License

The Testify is released under Apache Software License, Version 2.0.

Enjoy and keep on Testifying!

org.testifyproject

Testify Project

A Java Testing Framework faithful to sound testing principles and best practices.

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

Версия
0.9.0