License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.espresso |
ArtifactId | ArtifactIdhotswap |
Version | Version22.1.0 |
Type | Typejar |
Description |
DescriptionHotswap
Espresso HotSwap API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hotswap-22.1.0.pom | |
hotswap-22.1.0.jar | 46 KB |
hotswap-22.1.0-sources.jar | 16 KB |
hotswap-22.1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.espresso/hotswap/ -->
<dependency>
<groupId>org.graalvm.espresso</groupId>
<artifactId>hotswap</artifactId>
<version>22.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.espresso/hotswap/
implementation 'org.graalvm.espresso:hotswap:22.1.0'
// https://jarcasting.com/artifacts/org.graalvm.espresso/hotswap/
implementation ("org.graalvm.espresso:hotswap:22.1.0")
'org.graalvm.espresso:hotswap:jar:22.1.0'
<dependency org="org.graalvm.espresso" name="hotswap" rev="22.1.0">
<artifact name="hotswap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.espresso', module='hotswap', version='22.1.0')
)
libraryDependencies += "org.graalvm.espresso" % "hotswap" % "22.1.0"
[org.graalvm.espresso/hotswap "22.1.0"]