GroupId | GroupIdcom.github.barakb |
---|---|
ArtifactId | ArtifactIdaggregate-source |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
aggregate-source-1.0.pom | |
aggregate-source-1.0.jar | 6 KB |
aggregate-source-1.0-sources.jar | 2 KB |
aggregate-source-1.0-javadoc.jar | 23 KB |
Browse |
<!-- 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"]