is not current version
Last Version 3.0.3

org.glassfish.hk2:webserver-configuration-example 3.0.0

A fake WebServer that is configured by a property file

Categories

Categories

GlassFish Container Application Servers Configuration Application Layer Libs config HK2 Dependency Injection
GroupId

GroupId

org.glassfish.hk2
ArtifactId

ArtifactId

webserver-configuration-example
Version

Version

3.0.0
Type

Type

jar

Download webserver-configuration-example 3.0.0


<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/webserver-configuration-example/ -->
<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>webserver-configuration-example</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/webserver-configuration-example/
implementation 'org.glassfish.hk2:webserver-configuration-example:3.0.0'
// https://jarcasting.com/artifacts/org.glassfish.hk2/webserver-configuration-example/
implementation ("org.glassfish.hk2:webserver-configuration-example:3.0.0")
'org.glassfish.hk2:webserver-configuration-example:jar:3.0.0'
<dependency org="org.glassfish.hk2" name="webserver-configuration-example" rev="3.0.0">
  <artifact name="webserver-configuration-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='webserver-configuration-example', version='3.0.0')
)
libraryDependencies += "org.glassfish.hk2" % "webserver-configuration-example" % "3.0.0"
[org.glassfish.hk2/webserver-configuration-example "3.0.0"]