p

protostream-aggregator

Aggregator module for the ProtoStream project. Builds the distribution of the project.
Files download
File Operation
protostream-aggregator-14.0.0.CR2.pom download
Apache Maven
<dependency>
  <groupId>org.infinispan.protostream</groupId>
  <artifactId>protostream-aggregator</artifactId>
  <version>14.0.0.CR2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.infinispan.protostream:protostream-aggregator:14.0.0.CR2'
Gradle Kotlin
implementation("org.infinispan.protostream:protostream-aggregator:14.0.0.CR2")
Scala SBT
libraryDependencies += "org.infinispan.protostream" % "protostream-aggregator" % "14.0.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.infinispan.protostream', module='protostream-aggregator', version='14.0.0.CR2')
)
Apache Ivy
<dependency org="org.infinispan.protostream" name="protostream-aggregator" rev="14.0.0.CR2" />
Leiningen
[org.infinispan.protostream/protostream-aggregator "14.0.0.CR2"]
Apache Buildr
'org.infinispan.protostream:protostream-aggregator:jar:14.0.0.CR2'