is not current version
Last Version 0.2.1

org.curioswitch.curiostack:assertj-protobuf 0.0.1

An assertj extension for fine-grained assertions on protobuf messages.

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

org.curioswitch.curiostack
ArtifactId

ArtifactId

assertj-protobuf
Version

Version

0.0.1
Type

Type

jar

Download assertj-protobuf 0.0.1


<!-- https://jarcasting.com/artifacts/org.curioswitch.curiostack/assertj-protobuf/ -->
<dependency>
    <groupId>org.curioswitch.curiostack</groupId>
    <artifactId>assertj-protobuf</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.curioswitch.curiostack/assertj-protobuf/
implementation 'org.curioswitch.curiostack:assertj-protobuf:0.0.1'
// https://jarcasting.com/artifacts/org.curioswitch.curiostack/assertj-protobuf/
implementation ("org.curioswitch.curiostack:assertj-protobuf:0.0.1")
'org.curioswitch.curiostack:assertj-protobuf:jar:0.0.1'
<dependency org="org.curioswitch.curiostack" name="assertj-protobuf" rev="0.0.1">
  <artifact name="assertj-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.curioswitch.curiostack', module='assertj-protobuf', version='0.0.1')
)
libraryDependencies += "org.curioswitch.curiostack" % "assertj-protobuf" % "0.0.1"
[org.curioswitch.curiostack/assertj-protobuf "0.0.1"]