Moonshine is an application framework based on Google Guice dependency injection library.
For more info go to: Moonshine web page
License
Moonshine is available under Apache License 2.0.
License |
License
Apache License, Version 2.0
|
---|---|
GroupId | GroupIdorg.atteo.moonshine |
ArtifactId | ArtifactIdbom |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMoonshine BOM
Moonshine Bill of Materials POM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bom-1.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/bom/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>bom</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/bom/
implementation 'org.atteo.moonshine:bom:1.2'
// https://jarcasting.com/artifacts/org.atteo.moonshine/bom/
implementation ("org.atteo.moonshine:bom:1.2")
'org.atteo.moonshine:bom:pom:1.2'
<dependency org="org.atteo.moonshine" name="bom" rev="1.2">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='bom', version='1.2')
)
libraryDependencies += "org.atteo.moonshine" % "bom" % "1.2"
[org.atteo.moonshine/bom "1.2"]
Moonshine is an application framework based on Google Guice dependency injection library.
For more info go to: Moonshine web page
Moonshine is available under Apache License 2.0.