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