is not current version
Last Version 1.2.2.1-jre17

com.guicedee.examples:examples-parent 1.1.1.4-jre15

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

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.guicedee.examples
ArtifactId

ArtifactId

examples-parent
Version

Version

1.1.1.4-jre15
Type

Type

pom

Download examples-parent 1.1.1.4-jre15


<!-- https://jarcasting.com/artifacts/com.guicedee.examples/examples-parent/ -->
<dependency>
    <groupId>com.guicedee.examples</groupId>
    <artifactId>examples-parent</artifactId>
    <version>1.1.1.4-jre15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.examples/examples-parent/
implementation 'com.guicedee.examples:examples-parent:1.1.1.4-jre15'
// https://jarcasting.com/artifacts/com.guicedee.examples/examples-parent/
implementation ("com.guicedee.examples:examples-parent:1.1.1.4-jre15")
'com.guicedee.examples:examples-parent:pom:1.1.1.4-jre15'
<dependency org="com.guicedee.examples" name="examples-parent" rev="1.1.1.4-jre15">
  <artifact name="examples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.examples', module='examples-parent', version='1.1.1.4-jre15')
)
libraryDependencies += "com.guicedee.examples" % "examples-parent" % "1.1.1.4-jre15"
[com.guicedee.examples/examples-parent "1.1.1.4-jre15"]