GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-aggregator |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-aggregator-0.8.0.pom | |
commons-aggregator-0.8.0.jar | 53 KB |
commons-aggregator-0.8.0-sources.jar | 22 KB |
commons-aggregator-0.8.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aggregator/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-aggregator</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aggregator/
implementation 'com.github.crabs-hue.commons:commons-aggregator:0.8.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aggregator/
implementation ("com.github.crabs-hue.commons:commons-aggregator:0.8.0")
'com.github.crabs-hue.commons:commons-aggregator:jar:0.8.0'
<dependency org="com.github.crabs-hue.commons" name="commons-aggregator" rev="0.8.0">
<artifact name="commons-aggregator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-aggregator', version='0.8.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-aggregator" % "0.8.0"
[com.github.crabs-hue.commons/commons-aggregator "0.8.0"]