Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.examples.jpa |
ArtifactId | ArtifactIdexamples-jpa-parent |
Version | Version1.1.1.4 |
Type | Typepom |
Filename | Size |
---|---|
examples-jpa-parent-1.1.1.4.pom | 891 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.examples.jpa/examples-jpa-parent/ -->
<dependency>
<groupId>com.guicedee.examples.jpa</groupId>
<artifactId>examples-jpa-parent</artifactId>
<version>1.1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.examples.jpa/examples-jpa-parent/
implementation 'com.guicedee.examples.jpa:examples-jpa-parent:1.1.1.4'
// https://jarcasting.com/artifacts/com.guicedee.examples.jpa/examples-jpa-parent/
implementation ("com.guicedee.examples.jpa:examples-jpa-parent:1.1.1.4")
'com.guicedee.examples.jpa:examples-jpa-parent:pom:1.1.1.4'
<dependency org="com.guicedee.examples.jpa" name="examples-jpa-parent" rev="1.1.1.4">
<artifact name="examples-jpa-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.examples.jpa', module='examples-jpa-parent', version='1.1.1.4')
)
libraryDependencies += "com.guicedee.examples.jpa" % "examples-jpa-parent" % "1.1.1.4"
[com.guicedee.examples.jpa/examples-jpa-parent "1.1.1.4"]