| GroupId | GroupIdcom.github.mdre |
|---|---|
| ArtifactId | ArtifactIdodbogm |
| Version | Version1.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| odbogm-1.0.5.pom | |
| odbogm-1.0.5.jar | 135 KB |
| odbogm-1.0.5-sources.jar | 101 KB |
| odbogm-1.0.5-javadoc.jar | 290 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdre/odbogm/ -->
<dependency>
<groupId>com.github.mdre</groupId>
<artifactId>odbogm</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/odbogm/
implementation 'com.github.mdre:odbogm:1.0.5'
// https://jarcasting.com/artifacts/com.github.mdre/odbogm/
implementation ("com.github.mdre:odbogm:1.0.5")
'com.github.mdre:odbogm:jar:1.0.5'
<dependency org="com.github.mdre" name="odbogm" rev="1.0.5">
<artifact name="odbogm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='odbogm', version='1.0.5')
)
libraryDependencies += "com.github.mdre" % "odbogm" % "1.0.5"
[com.github.mdre/odbogm "1.0.5"]