is not current version
Last Version 20031201.225111

spice:spice-netserve 1.1-b2

Netserve is set of utility components for creating a Network Server. This includes an abstraction for creating sockets, an implementation of the Acceptor/Connector pattern from ACE for both stream based and packet based connections, etc.

Categories

Categories

Net
GroupId

GroupId

spice
ArtifactId

ArtifactId

spice-netserve
Version

Version

1.1-b2
Type

Type

jar

Download spice-netserve 1.1-b2


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