is not current version
Last Version 1.0.2

com.hazelcast:jetty-core 1.0


Categories

Categories

Jetty Container Application Servers Hazelcast Application Layer Libs Distributed Applications
GroupId

GroupId

com.hazelcast
ArtifactId

ArtifactId

jetty-core
Version

Version

1.0
Type

Type

jar

Download jetty-core 1.0


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