License |
License |
---|---|
GroupId | GroupIdcom.github.katjahahn |
ArtifactId | ArtifactIdportex_2.12 |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPortEx
Java library to parse Portable Executable files
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
portex_2.12-3.0.3.pom | |
portex_2.12-3.0.3.jar | 919 KB |
portex_2.12-3.0.3-sources.jar | 455 KB |
portex_2.12-3.0.3-javadoc.jar | 604 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |