is not current version
Last Version 1.2

com.github.barakb:aggregate-source 1.0

A maven plugin that aggregate source from project dependecies, can be used to create aggregate javadoc

GroupId

GroupId

com.github.barakb
ArtifactId

ArtifactId

aggregate-source
Version

Version

1.0
Type

Type

jar

Download aggregate-source 1.0


<!-- https://jarcasting.com/artifacts/com.github.barakb/aggregate-source/ -->
<dependency>
    <groupId>com.github.barakb</groupId>
    <artifactId>aggregate-source</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/aggregate-source/
implementation 'com.github.barakb:aggregate-source:1.0'
// https://jarcasting.com/artifacts/com.github.barakb/aggregate-source/
implementation ("com.github.barakb:aggregate-source:1.0")
'com.github.barakb:aggregate-source:jar:1.0'
<dependency org="com.github.barakb" name="aggregate-source" rev="1.0">
  <artifact name="aggregate-source" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='aggregate-source', version='1.0')
)
libraryDependencies += "com.github.barakb" % "aggregate-source" % "1.0"
[com.github.barakb/aggregate-source "1.0"]