| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.idea-aedi |
| ArtifactId | ArtifactIdhot-update |
| Version | Version1.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hot-update-1.2.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.idea-aedi/hot-update/ -->
<dependency>
<groupId>com.idea-aedi</groupId>
<artifactId>hot-update</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.idea-aedi/hot-update/
implementation 'com.idea-aedi:hot-update:1.2.0'
// https://jarcasting.com/artifacts/com.idea-aedi/hot-update/
implementation ("com.idea-aedi:hot-update:1.2.0")
'com.idea-aedi:hot-update:pom:1.2.0'
<dependency org="com.idea-aedi" name="hot-update" rev="1.2.0">
<artifact name="hot-update" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.idea-aedi', module='hot-update', version='1.2.0')
)
libraryDependencies += "com.idea-aedi" % "hot-update" % "1.2.0"
[com.idea-aedi/hot-update "1.2.0"]