MVN

com.github.katjahahn : portex_2.12

Maven & Gradle

Aug 20, 2023
487 stars

PortEx · Java library to parse Portable Executable files

<dependency>
    <groupId>com.github.katjahahn</groupId>
    <artifactId>portex_2.12</artifactId>
    <version>4.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.katjahahn : portex_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.7

All Versions

Choose a version of com.github.katjahahn : portex_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
portex_2.12-4.0.7
portex_2.12-4.0.5
portex_2.12-4.0.4
portex_2.12-4.0.3
portex_2.12-4.0.2
portex_2.12-4.0.1
portex_2.12-4.0.0
3.0.x
portex_2.12-3.0.4
portex_2.12-3.0.3
portex_2.12-3.0.2
portex_2.12-3.0.0

How to add a dependency to Maven

Add the following com.github.katjahahn : portex_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.katjahahn</groupId>
    <artifactId>portex_2.12</artifactId>
    <version>4.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.katjahahn : portex_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.katjahahn:portex_2.12:4.0.7'

Gradle Kotlin DSL: Add the following com.github.katjahahn : portex_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.katjahahn:portex_2.12:4.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.katjahahn : portex_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.katjahahn" % "portex_2.12" % "4.0.7"

Advertisement