Categories |
CategoriesNet Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdjersey-server |
Version | Version20.10.1 |
Type | Typejar |
Filename | Size |
---|---|
jersey-server-20.10.1.pom | |
jersey-server-20.10.1.jar | 25 KB |
jersey-server-20.10.1-sources.jar | 14 KB |
jersey-server-20.10.1-javadoc.jar | 492 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/jersey-server/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>jersey-server</artifactId>
<version>20.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/jersey-server/
implementation 'net.consensys.quorum.tessera:jersey-server:20.10.1'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/jersey-server/
implementation ("net.consensys.quorum.tessera:jersey-server:20.10.1")
'net.consensys.quorum.tessera:jersey-server:jar:20.10.1'
<dependency org="net.consensys.quorum.tessera" name="jersey-server" rev="20.10.1">
<artifact name="jersey-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='jersey-server', version='20.10.1')
)
libraryDependencies += "net.consensys.quorum.tessera" % "jersey-server" % "20.10.1"
[net.consensys.quorum.tessera/jersey-server "20.10.1"]