GroupId | GroupIdxyz.morphia.morphia |
---|---|
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMorphia
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-1.4.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.morphia.morphia/parent/ -->
<dependency>
<groupId>xyz.morphia.morphia</groupId>
<artifactId>parent</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.morphia.morphia/parent/
implementation 'xyz.morphia.morphia:parent:1.4.0'
// https://jarcasting.com/artifacts/xyz.morphia.morphia/parent/
implementation ("xyz.morphia.morphia:parent:1.4.0")
'xyz.morphia.morphia:parent:pom:1.4.0'
<dependency org="xyz.morphia.morphia" name="parent" rev="1.4.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.morphia.morphia', module='parent', version='1.4.0')
)
libraryDependencies += "xyz.morphia.morphia" % "parent" % "1.4.0"
[xyz.morphia.morphia/parent "1.4.0"]