License |
License |
---|---|
Categories |
CategoriesInfinispan Data Caching |
GroupId | GroupIdorg.infinispan.protostream |
ArtifactId | ArtifactIdprotostream-processor |
Last Version | Last Version4.5.0.Dev02 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProtoStream - annotation processor
Annotation processor for ProtoStream annotations.
Generates your message and enum marshallers so you don't have to!
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.infinispan.protostream/protostream-processor/ -->
<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream-processor</artifactId>
<version>4.5.0.Dev02</version>
</dependency>
// https://jarcasting.com/artifacts/org.infinispan.protostream/protostream-processor/
implementation 'org.infinispan.protostream:protostream-processor:4.5.0.Dev02'
// https://jarcasting.com/artifacts/org.infinispan.protostream/protostream-processor/
implementation ("org.infinispan.protostream:protostream-processor:4.5.0.Dev02")
'org.infinispan.protostream:protostream-processor:jar:4.5.0.Dev02'
<dependency org="org.infinispan.protostream" name="protostream-processor" rev="4.5.0.Dev02">
<artifact name="protostream-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.infinispan.protostream', module='protostream-processor', version='4.5.0.Dev02')
)
libraryDependencies += "org.infinispan.protostream" % "protostream-processor" % "4.5.0.Dev02"
[org.infinispan.protostream/protostream-processor "4.5.0.Dev02"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.logging : jboss-logging | jar | 3.4.3.Final |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.infinispan.protostream : protostream | jar | 4.5.0.Dev02 |
Group / Artifact | Type | Version |
---|---|---|
org.jboss.logging : jboss-logging-processor Optional | jar | 2.2.1.Final |
com.google.auto.service : auto-service Optional | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.5.0 |
com.google.protobuf : protobuf-java | jar | 3.19.4 |
com.squareup : protoparser | jar | 4.0.3 |
org.javassist : javassist | jar | 3.28.0-GA |
org.easytesting : fest-assert-core | jar | 2.0M10 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 4.3.1 |