Categories |
CategoriesGlassFish Container Application Servers Configuration Application Layer Libs config HK2 Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdwebserver-configuration-example |
Version | Version2.5.0-b44 |
Type | Typejar |
<!-- 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-b44</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/webserver-configuration-example/
implementation 'org.glassfish.hk2:webserver-configuration-example:2.5.0-b44'
// https://jarcasting.com/artifacts/org.glassfish.hk2/webserver-configuration-example/
implementation ("org.glassfish.hk2:webserver-configuration-example:2.5.0-b44")
'org.glassfish.hk2:webserver-configuration-example:jar:2.5.0-b44'
<dependency org="org.glassfish.hk2" name="webserver-configuration-example" rev="2.5.0-b44">
<artifact name="webserver-configuration-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='webserver-configuration-example', version='2.5.0-b44')
)
libraryDependencies += "org.glassfish.hk2" % "webserver-configuration-example" % "2.5.0-b44"
[org.glassfish.hk2/webserver-configuration-example "2.5.0-b44"]