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
:
License |
License |
---|---|
GroupId | GroupIdorg.l2x6.srcdeps |
ArtifactId | ArtifactIdsrcdeps-parent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSrcdeps Parent
A set of tools for building dependencies from their sources during the build
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
srcdeps-parent-1.0.1.pom | 29 KB |
Browse |
<!-- 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"]
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
: