h

hypo-model

An extensible and pluggable Java bytecode analytical model
https://github.com/DenWav/Hypo
LGPL-3.0-only
Kyle Wood
文件下载
文件名 操作
hypo-model-2.3.0.jar 下载
hypo-model-2.3.0.pom 下载
hypo-model-2.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.denwav.hypo</groupId>
  <artifactId>hypo-model</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'dev.denwav.hypo:hypo-model:2.3.0'
Gradle Kotlin
implementation("dev.denwav.hypo:hypo-model:2.3.0")
Scala SBT
libraryDependencies += "dev.denwav.hypo" % "hypo-model" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.denwav.hypo', module='hypo-model', version='2.3.0')
)
Apache Ivy
<dependency org="dev.denwav.hypo" name="hypo-model" rev="2.3.0" />
Leiningen
[dev.denwav.hypo/hypo-model "2.3.0"]
Apache Buildr
'dev.denwav.hypo:hypo-model:jar:2.3.0'