| GroupId | GroupIdorg.opentelecoms.gsm0348 |
|---|---|
| ArtifactId | ArtifactIdgsm0348-api |
| Version | Version1.2.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gsm0348-api-1.2.10.pom | |
| gsm0348-api-1.2.10.jar | 35 KB |
| gsm0348-api-1.2.10-sources.jar | 29 KB |
| gsm0348-api-1.2.10-javadoc.jar | 178 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opentelecoms.gsm0348/gsm0348-api/ -->
<dependency>
<groupId>org.opentelecoms.gsm0348</groupId>
<artifactId>gsm0348-api</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.opentelecoms.gsm0348/gsm0348-api/
implementation 'org.opentelecoms.gsm0348:gsm0348-api:1.2.10'
// https://jarcasting.com/artifacts/org.opentelecoms.gsm0348/gsm0348-api/
implementation ("org.opentelecoms.gsm0348:gsm0348-api:1.2.10")
'org.opentelecoms.gsm0348:gsm0348-api:jar:1.2.10'
<dependency org="org.opentelecoms.gsm0348" name="gsm0348-api" rev="1.2.10">
<artifact name="gsm0348-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opentelecoms.gsm0348', module='gsm0348-api', version='1.2.10')
)
libraryDependencies += "org.opentelecoms.gsm0348" % "gsm0348-api" % "1.2.10"
[org.opentelecoms.gsm0348/gsm0348-api "1.2.10"]