| Лицензия |
Лицензия |
|---|---|
| Группа | Группаxyz.tehbrian |
| Идентификатор | Идентификаторrestrictionhelper |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеrestrictionhelper
A small shade-in dependency for plugin developers, to ease the pain of checking the building restrictions of various plugins.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| restrictionhelper-0.1.0.pom | |
| restrictionhelper-0.1.0.jar | 8 KB |
| restrictionhelper-0.1.0-tests.jar | 261 bytes |
| restrictionhelper-0.1.0-sources.jar | 6 KB |
| restrictionhelper-0.1.0-javadoc.jar | 408 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xyz.tehbrian/restrictionhelper/ -->
<dependency>
<groupId>xyz.tehbrian</groupId>
<artifactId>restrictionhelper</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tehbrian/restrictionhelper/
implementation 'xyz.tehbrian:restrictionhelper:0.1.0'
// https://jarcasting.com/artifacts/xyz.tehbrian/restrictionhelper/
implementation ("xyz.tehbrian:restrictionhelper:0.1.0")
'xyz.tehbrian:restrictionhelper:jar:0.1.0'
<dependency org="xyz.tehbrian" name="restrictionhelper" rev="0.1.0">
<artifact name="restrictionhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tehbrian', module='restrictionhelper', version='0.1.0')
)
libraryDependencies += "xyz.tehbrian" % "restrictionhelper" % "0.1.0"
[xyz.tehbrian/restrictionhelper "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |