is not current version
Last Version 1.1.0

com.10duke.client:aggregate 1.0.0

Java-client libraries for accessing 10Duke applications and services.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.10duke.client
ArtifactId

ArtifactId

aggregate
Version

Version

1.0.0
Type

Type

pom

Download aggregate 1.0.0

Filename Size
aggregate-1.0.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/com.10duke.client/aggregate/ -->
<dependency>
    <groupId>com.10duke.client</groupId>
    <artifactId>aggregate</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.10duke.client/aggregate/
implementation 'com.10duke.client:aggregate:1.0.0'
// https://jarcasting.com/artifacts/com.10duke.client/aggregate/
implementation ("com.10duke.client:aggregate:1.0.0")
'com.10duke.client:aggregate:pom:1.0.0'
<dependency org="com.10duke.client" name="aggregate" rev="1.0.0">
  <artifact name="aggregate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.10duke.client', module='aggregate', version='1.0.0')
)
libraryDependencies += "com.10duke.client" % "aggregate" % "1.0.0"
[com.10duke.client/aggregate "1.0.0"]