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