Last Version

Trivet 1.0

A trivial remoting protocol based on Java serialization and HTTP.

License

License

GroupId

GroupId

com.voodoodyne.trivet
ArtifactId

ArtifactId

trivet
Version

Version

1.0
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 1.0


<!-- 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.