| GroupId | GroupIdcom.alexbt |
|---|---|
| ArtifactId | ArtifactIdappdirect-notification-model |
| Version | Version1.0.7 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alexbt/appdirect-notification-model/ -->
<dependency>
<groupId>com.alexbt</groupId>
<artifactId>appdirect-notification-model</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexbt/appdirect-notification-model/
implementation 'com.alexbt:appdirect-notification-model:1.0.7'
// https://jarcasting.com/artifacts/com.alexbt/appdirect-notification-model/
implementation ("com.alexbt:appdirect-notification-model:1.0.7")
'com.alexbt:appdirect-notification-model:jar:1.0.7'
<dependency org="com.alexbt" name="appdirect-notification-model" rev="1.0.7">
<artifact name="appdirect-notification-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexbt', module='appdirect-notification-model', version='1.0.7')
)
libraryDependencies += "com.alexbt" % "appdirect-notification-model" % "1.0.7"
[com.alexbt/appdirect-notification-model "1.0.7"]