is not current version
Last Version 3.0.3

org.glassfish.hk2:webserver-configuration-example 2.5.0-b48

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

2.5.0-b48
Type

Type

jar

Download webserver-configuration-example 2.5.0-b48


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