| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.frebel |
| Идентификатор | Идентификаторfrebel-core |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеfrebel-core
Frebel is a java agent plugin.
With Frebel you stop waiting for build and redeploy to make code changes.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| frebel-core-1.0.0.pom | |
| frebel-core-1.0.0.jar | 2 MB |
| frebel-core-1.0.0-sources.jar | 66 KB |
| frebel-core-1.0.0-javadoc.jar | 460 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.frebel/frebel-core/ -->
<dependency>
<groupId>io.frebel</groupId>
<artifactId>frebel-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.frebel/frebel-core/
implementation 'io.frebel:frebel-core:1.0.0'
// https://jarcasting.com/artifacts/io.frebel/frebel-core/
implementation ("io.frebel:frebel-core:1.0.0")
'io.frebel:frebel-core:jar:1.0.0'
<dependency org="io.frebel" name="frebel-core" rev="1.0.0">
<artifact name="frebel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.frebel', module='frebel-core', version='1.0.0')
)
libraryDependencies += "io.frebel" % "frebel-core" % "1.0.0"
[io.frebel/frebel-core "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |