| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.fornwall.jelf |
| ArtifactId | ArtifactIdjelf |
| Last Version | Last Version0.4.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJElf
ELF parsing library in java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jelf-0.4.1.pom | |
| jelf-0.4.1.jar | 31 KB |
| jelf-0.4.1-sources.jar | 19 KB |
| jelf-0.4.1-javadoc.jar | 434 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.fornwall.jelf/jelf/ -->
<dependency>
<groupId>net.fornwall.jelf</groupId>
<artifactId>jelf</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.fornwall.jelf/jelf/
implementation 'net.fornwall.jelf:jelf:0.4.1'
// https://jarcasting.com/artifacts/net.fornwall.jelf/jelf/
implementation ("net.fornwall.jelf:jelf:0.4.1")
'net.fornwall.jelf:jelf:jar:0.4.1'
<dependency org="net.fornwall.jelf" name="jelf" rev="0.4.1">
<artifact name="jelf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fornwall.jelf', module='jelf', version='0.4.1')
)
libraryDependencies += "net.fornwall.jelf" % "jelf" % "0.4.1"
[net.fornwall.jelf/jelf "0.4.1"]