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