i

io-hotmoka-instrumentation

This module implements the instrumentation of Takamaka code before being installed in a Hotmoka node.
https://github.com/Hotmoka/hotmoka/io-hotmoka-instrumentation
The Apache License, Version 2.0
Hotmoka
Fausto Spoto
Files download
File Operation
io-hotmoka-instrumentation-1.5.0.jar download
io-hotmoka-instrumentation-1.5.0.pom download
io-hotmoka-instrumentation-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hotmoka</groupId>
  <artifactId>io-hotmoka-instrumentation</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.hotmoka:io-hotmoka-instrumentation:1.5.0'
Gradle Kotlin
implementation("io.hotmoka:io-hotmoka-instrumentation:1.5.0")
Scala SBT
libraryDependencies += "io.hotmoka" % "io-hotmoka-instrumentation" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.hotmoka', module='io-hotmoka-instrumentation', version='1.5.0')
)
Apache Ivy
<dependency org="io.hotmoka" name="io-hotmoka-instrumentation" rev="1.5.0" />
Leiningen
[io.hotmoka/io-hotmoka-instrumentation "1.5.0"]
Apache Buildr
'io.hotmoka:io-hotmoka-instrumentation:jar:1.5.0'