License |
License |
---|---|
GroupId | GroupIdcom.voodoodyne.trivet |
ArtifactId | ArtifactIdtrivet |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrivet
A trivial remoting protocol based on Java serialization and HTTP.
|
Project URL |
Project URL |
Filename | Size |
---|---|
trivet-1.0.pom | |
trivet-1.0.jar | 11 KB |
trivet-1.0-sources.jar | 7 KB |
trivet-1.0-javadoc.jar | 73 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |