| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.idea-aedi |
| ArtifactId | ArtifactIdhot-update |
| Version | Version2.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hot-update-2.1.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>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.idea-aedi/hot-update/
implementation 'com.idea-aedi:hot-update:2.1.0'
// https://jarcasting.com/artifacts/com.idea-aedi/hot-update/
implementation ("com.idea-aedi:hot-update:2.1.0")
'com.idea-aedi:hot-update:pom:2.1.0'
<dependency org="com.idea-aedi" name="hot-update" rev="2.1.0">
<artifact name="hot-update" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.idea-aedi', module='hot-update', version='2.1.0')
)
libraryDependencies += "com.idea-aedi" % "hot-update" % "2.1.0"
[com.idea-aedi/hot-update "2.1.0"]