Trivet

A trivial remoting protocol based on Java serialization and HTTP.

License

License

GroupId

GroupId

com.voodoodyne.trivet
ArtifactId

ArtifactId

trivet
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Trivet
A trivial remoting protocol based on Java serialization and HTTP.
Project URL

Project URL

https://github.com/stickfigure/trivet/

Download trivet

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0