License |
License |
---|---|
GroupId | GroupIdio.shiftleft |
ArtifactId | ArtifactIdghidra |
Version | Version9.2_PUBLIC_20201113 |
Type | Typejar |
Description |
Descriptionghidra
POM was created from install:install-file
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ghidra-9.2_PUBLIC_20201113.pom | |
ghidra-9.2_PUBLIC_20201113.jar | 186 MB |
ghidra-9.2_PUBLIC_20201113-sources.jar | 4 KB |
ghidra-9.2_PUBLIC_20201113-javadoc.jar | 30 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.shiftleft/ghidra/ -->
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>ghidra</artifactId>
<version>9.2_PUBLIC_20201113</version>
</dependency>
// https://jarcasting.com/artifacts/io.shiftleft/ghidra/
implementation 'io.shiftleft:ghidra:9.2_PUBLIC_20201113'
// https://jarcasting.com/artifacts/io.shiftleft/ghidra/
implementation ("io.shiftleft:ghidra:9.2_PUBLIC_20201113")
'io.shiftleft:ghidra:jar:9.2_PUBLIC_20201113'
<dependency org="io.shiftleft" name="ghidra" rev="9.2_PUBLIC_20201113">
<artifact name="ghidra" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shiftleft', module='ghidra', version='9.2_PUBLIC_20201113')
)
libraryDependencies += "io.shiftleft" % "ghidra" % "9.2_PUBLIC_20201113"
[io.shiftleft/ghidra "9.2_PUBLIC_20201113"]