Lunar Ray - Model - Parent
The parent POM for the Lunar Ray Model-Tools projects.
License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdorg.lunarray.model.extensions.descriptor |
ArtifactId | ArtifactIdguice |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLunar Ray - Model - Extensions - Descriptor - Guice
A set of tools that allows (web)application to be developed more rapidly by leveraging the model.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
guice-1.0.pom | |
guice-1.0.jar | 6 KB |
guice-1.0-sources.jar | 5 KB |
guice-1.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lunarray.model.extensions.descriptor/guice/ -->
<dependency>
<groupId>org.lunarray.model.extensions.descriptor</groupId>
<artifactId>guice</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.lunarray.model.extensions.descriptor/guice/
implementation 'org.lunarray.model.extensions.descriptor:guice:1.0'
// https://jarcasting.com/artifacts/org.lunarray.model.extensions.descriptor/guice/
implementation ("org.lunarray.model.extensions.descriptor:guice:1.0")
'org.lunarray.model.extensions.descriptor:guice:jar:1.0'
<dependency org="org.lunarray.model.extensions.descriptor" name="guice" rev="1.0">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lunarray.model.extensions.descriptor', module='guice', version='1.0')
)
libraryDependencies += "org.lunarray.model.extensions.descriptor" % "guice" % "1.0"
[org.lunarray.model.extensions.descriptor/guice "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.lunarray.model : descriptor | jar | 1.0 |
com.google.inject : guice | jar | 3.0 |
junit : junit | jar | |
org.easymock : easymock | jar | |
org.slf4j : slf4j-simple | jar |
Group / Artifact | Type | Version |
---|---|---|
org.lunarray.model : bom | pom | 1.0 |
The parent POM for the Lunar Ray Model-Tools projects.