file-butler

A library to help apply tdd through help functions

Лицензия

Лицензия

Группа

Группа

dev.thiagosouto
Идентификатор

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

file-butler
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

file-butler
A library to help apply tdd through help functions
Ссылка на сайт

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

https://github.com/othiagosouto/test-butler
Система контроля версий

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

https://github.com/othiagosouto/test-butler

Скачать file-butler

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

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

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.20
com.google.code.gson : gson jar 2.8.6
com.squareup.moshi : moshi jar 1.11.0

test (2)

Идентификатор библиотеки Тип Версия
com.google.truth : truth jar 1.1
junit : junit jar 4.13.1

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

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

Test-butler

Test-butler is a lib to improve TDD experience with a collection of utils methods

License

Copyright 2020 Thiago Souto Silva de Barros Santos

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.3.0
0.2.0