srcdeps
A set of tools for building dependencies from their sources during the build of the dependent project.
Please check the individual subprojects to learn more about srcdeps:
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.l2x6.srcdeps |
| Идентификатор | Идентификаторsrcdeps-parent |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSrcdeps Parent
A set of tools for building dependencies from their sources during the build
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| srcdeps-parent-1.0.1.pom | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.l2x6.srcdeps/srcdeps-parent/ -->
<dependency>
<groupId>org.l2x6.srcdeps</groupId>
<artifactId>srcdeps-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.l2x6.srcdeps/srcdeps-parent/
implementation 'org.l2x6.srcdeps:srcdeps-parent:1.0.1'
// https://jarcasting.com/artifacts/org.l2x6.srcdeps/srcdeps-parent/
implementation ("org.l2x6.srcdeps:srcdeps-parent:1.0.1")
'org.l2x6.srcdeps:srcdeps-parent:pom:1.0.1'
<dependency org="org.l2x6.srcdeps" name="srcdeps-parent" rev="1.0.1">
<artifact name="srcdeps-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.l2x6.srcdeps', module='srcdeps-parent', version='1.0.1')
)
libraryDependencies += "org.l2x6.srcdeps" % "srcdeps-parent" % "1.0.1"
[org.l2x6.srcdeps/srcdeps-parent "1.0.1"]
srcdepsA set of tools for building dependencies from their sources during the build of the dependent project.
Please check the individual subprojects to learn more about srcdeps: