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