License |
License |
---|---|
Categories |
CategoriesHK2 Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.joyrest |
ArtifactId | ArtifactIdjoyrest-hk2 |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightweight Lambda-based REST Framework
|
Filename | Size |
---|---|
joyrest-hk2-1.3.pom | |
joyrest-hk2-1.3.jar | 6 KB |
joyrest-hk2-1.3-sources.jar | 3 KB |
joyrest-hk2-1.3-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyrest/joyrest-hk2/ -->
<dependency>
<groupId>org.joyrest</groupId>
<artifactId>joyrest-hk2</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyrest/joyrest-hk2/
implementation 'org.joyrest:joyrest-hk2:1.3'
// https://jarcasting.com/artifacts/org.joyrest/joyrest-hk2/
implementation ("org.joyrest:joyrest-hk2:1.3")
'org.joyrest:joyrest-hk2:jar:1.3'
<dependency org="org.joyrest" name="joyrest-hk2" rev="1.3">
<artifact name="joyrest-hk2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyrest', module='joyrest-hk2', version='1.3')
)
libraryDependencies += "org.joyrest" % "joyrest-hk2" % "1.3"
[org.joyrest/joyrest-hk2 "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.joyrest : joyrest-core | jar | 1.3 |
org.glassfish.hk2 : hk2-locator | jar | 2.4.0-b11 |