| License | License | 
|---|---|
| GroupId | GroupIdcom.dorkbox | 
| ArtifactId | ArtifactIdPeParser | 
| Last Version | Last Version3.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPeParser Windows PE (Portable Executable) file parser for Java 8+ | 
| Project Organization | Project OrganizationDorkbox LLC | 
| Filename | Size | 
|---|---|
| PeParser-3.1.pom | |
| PeParser-3.1.jar | 56 KB | 
| PeParser-3.1-sources.jar | 47 KB | 
| PeParser-3.1-javadoc.jar | 0 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.dorkbox/PeParser/ -->
<dependency>
    <groupId>com.dorkbox</groupId>
    <artifactId>PeParser</artifactId>
    <version>3.1</version>
</dependency>// https://jarcasting.com/artifacts/com.dorkbox/PeParser/
implementation 'com.dorkbox:PeParser:3.1'// https://jarcasting.com/artifacts/com.dorkbox/PeParser/
implementation ("com.dorkbox:PeParser:3.1")'com.dorkbox:PeParser:jar:3.1'<dependency org="com.dorkbox" name="PeParser" rev="3.1">
  <artifact name="PeParser" type="jar" />
</dependency>@Grapes(
@Grab(group='com.dorkbox', module='PeParser', version='3.1')
)libraryDependencies += "com.dorkbox" % "PeParser" % "3.1"[com.dorkbox/PeParser "3.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.32 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.dorkbox : ByteUtilities | jar | 1.0 | 
| com.dorkbox : Updates | jar | 1.0 | 
| com.dorkbox : Utilities | jar | 1.9 |