| GroupId | GroupIddev.morphia.morphia |
|---|---|
| ArtifactId | ArtifactIdexamples |
| Last Version | Last Version2.2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| examples-2.2.7.pom | |
| examples-2.2.7.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.morphia.morphia/examples/ -->
<dependency>
<groupId>dev.morphia.morphia</groupId>
<artifactId>examples</artifactId>
<version>2.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/dev.morphia.morphia/examples/
implementation 'dev.morphia.morphia:examples:2.2.7'
// https://jarcasting.com/artifacts/dev.morphia.morphia/examples/
implementation ("dev.morphia.morphia:examples:2.2.7")
'dev.morphia.morphia:examples:jar:2.2.7'
<dependency org="dev.morphia.morphia" name="examples" rev="2.2.7">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.morphia.morphia', module='examples', version='2.2.7')
)
libraryDependencies += "dev.morphia.morphia" % "examples" % "2.2.7"
[dev.morphia.morphia/examples "2.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| dev.morphia.morphia : morphia-core | jar | 2.2.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.5 |
| com.antwerkz.bottlerocket : bottlerocket | jar | 0.31.0 |