M

ModifiableVariable

A Modifiable Variable concept allows for easy runtime modifications of basic data types like integers, booleans, or byte arrays
https://github.com/RUB-NDS/ModifiableVariable
Apache License, Version 2.0
Juraj Somorovsky Robert Merget
文件下载
文件名 操作
ModifiableVariable-2.7.jar 下载
ModifiableVariable-2.7.pom 下载
ModifiableVariable-2.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.rub.nds</groupId>
  <artifactId>ModifiableVariable</artifactId>
  <version>2.7</version>
</dependency>
Gradle Groovy
implementation 'de.rub.nds:ModifiableVariable:2.7'
Gradle Kotlin
implementation("de.rub.nds:ModifiableVariable:2.7")
Scala SBT
libraryDependencies += "de.rub.nds" % "ModifiableVariable" % "2.7"
Groovy Grape
@Grapes(
  @Grab(group='de.rub.nds', module='ModifiableVariable', version='2.7')
)
Apache Ivy
<dependency org="de.rub.nds" name="ModifiableVariable" rev="2.7" />
Leiningen
[de.rub.nds/ModifiableVariable "2.7"]
Apache Buildr
'de.rub.nds:ModifiableVariable:jar:2.7'