elf-scala
An ELF file reading tool in Sacala
| License |
License |
|---|---|
| Categories |
CategoriesScala Languages |
| GroupId | GroupIdio.github.schoeberl |
| ArtifactId | ArtifactIdelfscala |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionelfscala
elfscala
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| elfscala-0.1.pom | |
| elfscala-0.1.jar | 1 KB |
| elfscala-0.1-sources.jar | 565 bytes |
| elfscala-0.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.schoeberl/elfscala/ -->
<dependency>
<groupId>io.github.schoeberl</groupId>
<artifactId>elfscala</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.schoeberl/elfscala/
implementation 'io.github.schoeberl:elfscala:0.1'
// https://jarcasting.com/artifacts/io.github.schoeberl/elfscala/
implementation ("io.github.schoeberl:elfscala:0.1")
'io.github.schoeberl:elfscala:jar:0.1'
<dependency org="io.github.schoeberl" name="elfscala" rev="0.1">
<artifact name="elfscala" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.schoeberl', module='elfscala', version='0.1')
)
libraryDependencies += "io.github.schoeberl" % "elfscala" % "0.1"
[io.github.schoeberl/elfscala "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.12 | jar | 3.2.2 |
An ELF file reading tool in Sacala