License |
License |
---|---|
GroupId | GroupIdorg.whitesource |
ArtifactId | ArtifactIdpecoff4j |
Last Version | Last Version0.0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpecoff4j
PE/COFF 4J is a java engineering library for portable executables, the format used by Windows.
|
Project URL |
Project URL |
Filename | Size |
---|---|
pecoff4j-0.0.2.1.pom | |
pecoff4j-0.0.2.1.jar | 114 KB |
pecoff4j-0.0.2.1-sources.jar | 76 KB |
pecoff4j-0.0.2.1-javadoc.jar | 526 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whitesource/pecoff4j/ -->
<dependency>
<groupId>org.whitesource</groupId>
<artifactId>pecoff4j</artifactId>
<version>0.0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whitesource/pecoff4j/
implementation 'org.whitesource:pecoff4j:0.0.2.1'
// https://jarcasting.com/artifacts/org.whitesource/pecoff4j/
implementation ("org.whitesource:pecoff4j:0.0.2.1")
'org.whitesource:pecoff4j:jar:0.0.2.1'
<dependency org="org.whitesource" name="pecoff4j" rev="0.0.2.1">
<artifact name="pecoff4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whitesource', module='pecoff4j', version='0.0.2.1')
)
libraryDependencies += "org.whitesource" % "pecoff4j" % "0.0.2.1"
[org.whitesource/pecoff4j "0.0.2.1"]