Categories |
CategoriesGraal |
---|---|
GroupId | GroupIdorg.graalvm.espresso |
ArtifactId | ArtifactIdhotswap |
Version | Version21.3.1 |
Type | Typejar |
Filename | Size |
---|---|
hotswap-21.3.1.pom | |
hotswap-21.3.1.jar | 48 KB |
hotswap-21.3.1-sources.jar | 16 KB |
hotswap-21.3.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.espresso/hotswap/ -->
<dependency>
<groupId>org.graalvm.espresso</groupId>
<artifactId>hotswap</artifactId>
<version>21.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.espresso/hotswap/
implementation 'org.graalvm.espresso:hotswap:21.3.1'
// https://jarcasting.com/artifacts/org.graalvm.espresso/hotswap/
implementation ("org.graalvm.espresso:hotswap:21.3.1")
'org.graalvm.espresso:hotswap:jar:21.3.1'
<dependency org="org.graalvm.espresso" name="hotswap" rev="21.3.1">
<artifact name="hotswap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.espresso', module='hotswap', version='21.3.1')
)
libraryDependencies += "org.graalvm.espresso" % "hotswap" % "21.3.1"
[org.graalvm.espresso/hotswap "21.3.1"]