| GroupId | GroupIdcom.gilt |
|---|---|
| ArtifactId | ArtifactIdopm_2.10 |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| opm_2.10-2.0.0.pom | |
| opm_2.10-2.0.0.jar | 407 KB |
| opm_2.10-2.0.0-sources.jar | 42 KB |
| opm_2.10-2.0.0-javadoc.jar | 538 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gilt/opm_2.10/ -->
<dependency>
<groupId>com.gilt</groupId>
<artifactId>opm_2.10</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gilt/opm_2.10/
implementation 'com.gilt:opm_2.10:2.0.0'
// https://jarcasting.com/artifacts/com.gilt/opm_2.10/
implementation ("com.gilt:opm_2.10:2.0.0")
'com.gilt:opm_2.10:jar:2.0.0'
<dependency org="com.gilt" name="opm_2.10" rev="2.0.0">
<artifact name="opm_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gilt', module='opm_2.10', version='2.0.0')
)
libraryDependencies += "com.gilt" % "opm_2.10" % "2.0.0"
[com.gilt/opm_2.10 "2.0.0"]