| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.l2x6.maven.srcdeps |
| ArtifactId | ArtifactIdsrcdeps-maven-plugin-parent |
| Last Version | Last Version0.0.11 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMaven Source Dependencies Plugin Parent
A Maven plugin that can compile and install current project's dependencies from their sources
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| srcdeps-maven-plugin-parent-0.0.11.pom | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.l2x6.maven.srcdeps/srcdeps-maven-plugin-parent/ -->
<dependency>
<groupId>org.l2x6.maven.srcdeps</groupId>
<artifactId>srcdeps-maven-plugin-parent</artifactId>
<version>0.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.l2x6.maven.srcdeps/srcdeps-maven-plugin-parent/
implementation 'org.l2x6.maven.srcdeps:srcdeps-maven-plugin-parent:0.0.11'
// https://jarcasting.com/artifacts/org.l2x6.maven.srcdeps/srcdeps-maven-plugin-parent/
implementation ("org.l2x6.maven.srcdeps:srcdeps-maven-plugin-parent:0.0.11")
'org.l2x6.maven.srcdeps:srcdeps-maven-plugin-parent:pom:0.0.11'
<dependency org="org.l2x6.maven.srcdeps" name="srcdeps-maven-plugin-parent" rev="0.0.11">
<artifact name="srcdeps-maven-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.l2x6.maven.srcdeps', module='srcdeps-maven-plugin-parent', version='0.0.11')
)
libraryDependencies += "org.l2x6.maven.srcdeps" % "srcdeps-maven-plugin-parent" % "0.0.11"
[org.l2x6.maven.srcdeps/srcdeps-maven-plugin-parent "0.0.11"]