License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.sprockets |
ArtifactId | ArtifactIdsprockets-ee |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionSprockets EE
Base Servlets that read and write JSON objects or Protocol Buffers messages
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sprockets-ee-3.0.0.pom | |
sprockets-ee-3.0.0.jar | 5 KB |
sprockets-ee-3.0.0-sources.jar | 4 KB |
sprockets-ee-3.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.sprockets/sprockets-ee/ -->
<dependency>
<groupId>net.sf.sprockets</groupId>
<artifactId>sprockets-ee</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sprockets/sprockets-ee/
implementation 'net.sf.sprockets:sprockets-ee:3.0.0'
// https://jarcasting.com/artifacts/net.sf.sprockets/sprockets-ee/
implementation ("net.sf.sprockets:sprockets-ee:3.0.0")
'net.sf.sprockets:sprockets-ee:jar:3.0.0'
<dependency org="net.sf.sprockets" name="sprockets-ee" rev="3.0.0">
<artifact name="sprockets-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sprockets', module='sprockets-ee', version='3.0.0')
)
libraryDependencies += "net.sf.sprockets" % "sprockets-ee" % "3.0.0"
[net.sf.sprockets/sprockets-ee "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.0 |
com.squareup.wire : wire-runtime | jar | 2.3.0-RC1 |
net.sf.sprockets : sprockets | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |