PortEx

Java library to parse Portable Executable files

License

License

GroupId

GroupId

com.github.katjahahn
ArtifactId

ArtifactId

portex_2.12
Last Version

Last Version

3.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

PortEx
Java library to parse Portable Executable files
Project URL

Project URL

https://github.com/katjahahn/PortEx
Project Organization

Project Organization

com.github.katjahahn
Source Code Management

Source Code Management

https://github.com/katjahahn/PortEx.git

Download portex_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.katjahahn/portex_2.12/ -->
<dependency>
    <groupId>com.github.katjahahn</groupId>
    <artifactId>portex_2.12</artifactId>
    <version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.katjahahn/portex_2.12/
implementation 'com.github.katjahahn:portex_2.12:3.0.3'
// https://jarcasting.com/artifacts/com.github.katjahahn/portex_2.12/
implementation ("com.github.katjahahn:portex_2.12:3.0.3")
'com.github.katjahahn:portex_2.12:jar:3.0.3'
<dependency org="com.github.katjahahn" name="portex_2.12" rev="3.0.3">
  <artifact name="portex_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.katjahahn', module='portex_2.12', version='3.0.3')
)
libraryDependencies += "com.github.katjahahn" % "portex_2.12" % "3.0.3"
[com.github.katjahahn/portex_2.12 "3.0.3"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.13
com.google.guava : guava jar 31.0.1-jre
com.google.code.findbugs : jsr305 jar 3.0.2
org.apache.logging.log4j : log4j-api jar 2.16.0
org.apache.logging.log4j : log4j-core jar 2.16.0

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.8

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.3
3.0.2
3.0.0