License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.joyrest |
ArtifactId | ArtifactIdjoyrest-guice |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightweight Lambda-based REST Framework
|
Filename | Size |
---|---|
joyrest-guice-1.3.pom | |
joyrest-guice-1.3.jar | 6 KB |
joyrest-guice-1.3-sources.jar | 1 KB |
joyrest-guice-1.3-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyrest/joyrest-guice/ -->
<dependency>
<groupId>org.joyrest</groupId>
<artifactId>joyrest-guice</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyrest/joyrest-guice/
implementation 'org.joyrest:joyrest-guice:1.3'
// https://jarcasting.com/artifacts/org.joyrest/joyrest-guice/
implementation ("org.joyrest:joyrest-guice:1.3")
'org.joyrest:joyrest-guice:jar:1.3'
<dependency org="org.joyrest" name="joyrest-guice" rev="1.3">
<artifact name="joyrest-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyrest', module='joyrest-guice', version='1.3')
)
libraryDependencies += "org.joyrest" % "joyrest-guice" % "1.3"
[org.joyrest/joyrest-guice "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.joyrest : joyrest-core | jar | 1.3 |
com.google.inject : guice | jar | 4.0-beta5 |
com.google.inject.extensions : guice-multibindings | jar | 4.0-beta5 |