Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdctm-example |
Version | Version2.5.0-b04 |
Type | Typejar |
Filename | Size |
---|---|
ctm-example-2.5.0-b04.pom | |
ctm-example-2.5.0-b04.jar | 12 KB |
ctm-example-2.5.0-b04-sources.jar | 15 KB |
ctm-example-2.5.0-b04-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/ctm-example/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>ctm-example</artifactId>
<version>2.5.0-b04</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/ctm-example/
implementation 'org.glassfish.hk2:ctm-example:2.5.0-b04'
// https://jarcasting.com/artifacts/org.glassfish.hk2/ctm-example/
implementation ("org.glassfish.hk2:ctm-example:2.5.0-b04")
'org.glassfish.hk2:ctm-example:jar:2.5.0-b04'
<dependency org="org.glassfish.hk2" name="ctm-example" rev="2.5.0-b04">
<artifact name="ctm-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='ctm-example', version='2.5.0-b04')
)
libraryDependencies += "org.glassfish.hk2" % "ctm-example" % "2.5.0-b04"
[org.glassfish.hk2/ctm-example "2.5.0-b04"]