License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.guicedee.examples |
ArtifactId | ArtifactIdexamples-parent |
Version | Version1.1.1.8-jre16 |
Type | Typepom |
Description |
DescriptionGuicedEE Examples
Examples to quickly kickstart your Guiced EE applications. These are designed to build on JDK 11 as examples on using modules and JLink for distribution
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
examples-parent-1.1.1.8-jre16.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.examples/examples-parent/ -->
<dependency>
<groupId>com.guicedee.examples</groupId>
<artifactId>examples-parent</artifactId>
<version>1.1.1.8-jre16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.examples/examples-parent/
implementation 'com.guicedee.examples:examples-parent:1.1.1.8-jre16'
// https://jarcasting.com/artifacts/com.guicedee.examples/examples-parent/
implementation ("com.guicedee.examples:examples-parent:1.1.1.8-jre16")
'com.guicedee.examples:examples-parent:pom:1.1.1.8-jre16'
<dependency org="com.guicedee.examples" name="examples-parent" rev="1.1.1.8-jre16">
<artifact name="examples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.examples', module='examples-parent', version='1.1.1.8-jre16')
)
libraryDependencies += "com.guicedee.examples" % "examples-parent" % "1.1.1.8-jre16"
[com.guicedee.examples/examples-parent "1.1.1.8-jre16"]