GroupId | GroupIdcom.omertron |
---|---|
ArtifactId | ArtifactIdAPI-OMDB |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
API-OMDB-1.0.pom | |
API-OMDB-1.0.jar | 23 KB |
API-OMDB-1.0-sources.jar | 17 KB |
API-OMDB-1.0-javadoc.jar | 122 KB |
API-OMDB-1.0-bin.zip | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.omertron/API-OMDB/ -->
<dependency>
<groupId>com.omertron</groupId>
<artifactId>API-OMDB</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.omertron/API-OMDB/
implementation 'com.omertron:API-OMDB:1.0'
// https://jarcasting.com/artifacts/com.omertron/API-OMDB/
implementation ("com.omertron:API-OMDB:1.0")
'com.omertron:API-OMDB:jar:1.0'
<dependency org="com.omertron" name="API-OMDB" rev="1.0">
<artifact name="API-OMDB" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.omertron', module='API-OMDB', version='1.0')
)
libraryDependencies += "com.omertron" % "API-OMDB" % "1.0"
[com.omertron/API-OMDB "1.0"]