| Categories |
CategoriesGlassFish Container Application Servers HK2 Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdorg.glassfish.hk2 |
| ArtifactId | ArtifactIdtest-module-startup |
| Version | Version3.0.0-RC1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/test-module-startup/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>test-module-startup</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/test-module-startup/
implementation 'org.glassfish.hk2:test-module-startup:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.glassfish.hk2/test-module-startup/
implementation ("org.glassfish.hk2:test-module-startup:3.0.0-RC1")
'org.glassfish.hk2:test-module-startup:jar:3.0.0-RC1'
<dependency org="org.glassfish.hk2" name="test-module-startup" rev="3.0.0-RC1">
<artifact name="test-module-startup" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='test-module-startup', version='3.0.0-RC1')
)
libraryDependencies += "org.glassfish.hk2" % "test-module-startup" % "3.0.0-RC1"
[org.glassfish.hk2/test-module-startup "3.0.0-RC1"]