License |
License |
---|---|
GroupId | GroupIdcom.dorkbox |
ArtifactId | ArtifactIdPeParser-Dorkbox-Util |
Last Version | Last Version2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPeParser-Dorkbox-Util
Utilities for the PeParser project.
|
Project URL |
Project URL |
Filename | Size |
---|---|
PeParser-Dorkbox-Util-2.7.pom | |
PeParser-Dorkbox-Util-2.7-sources.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/PeParser-Dorkbox-Util/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>PeParser-Dorkbox-Util</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/PeParser-Dorkbox-Util/
implementation 'com.dorkbox:PeParser-Dorkbox-Util:2.7'
// https://jarcasting.com/artifacts/com.dorkbox/PeParser-Dorkbox-Util/
implementation ("com.dorkbox:PeParser-Dorkbox-Util:2.7")
'com.dorkbox:PeParser-Dorkbox-Util:jar:2.7'
<dependency org="com.dorkbox" name="PeParser-Dorkbox-Util" rev="2.7">
<artifact name="PeParser-Dorkbox-Util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='PeParser-Dorkbox-Util', version='2.7')
)
libraryDependencies += "com.dorkbox" % "PeParser-Dorkbox-Util" % "2.7"
[com.dorkbox/PeParser-Dorkbox-Util "2.7"]