Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdorg.joyrest |
ArtifactId | ArtifactIdjoyrest-guice |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
joyrest-guice-1.2.pom | |
joyrest-guice-1.2.jar | 6 KB |
joyrest-guice-1.2-sources.jar | 1 KB |
joyrest-guice-1.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyrest/joyrest-guice/ -->
<dependency>
<groupId>org.joyrest</groupId>
<artifactId>joyrest-guice</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyrest/joyrest-guice/
implementation 'org.joyrest:joyrest-guice:1.2'
// https://jarcasting.com/artifacts/org.joyrest/joyrest-guice/
implementation ("org.joyrest:joyrest-guice:1.2")
'org.joyrest:joyrest-guice:jar:1.2'
<dependency org="org.joyrest" name="joyrest-guice" rev="1.2">
<artifact name="joyrest-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyrest', module='joyrest-guice', version='1.2')
)
libraryDependencies += "org.joyrest" % "joyrest-guice" % "1.2"
[org.joyrest/joyrest-guice "1.2"]