| License |
License |
|---|---|
| GroupId | GroupIdcom.laamella |
| ArtifactId | ArtifactIdmpu6502 |
| Version | Version0.1 |
| Type | Typejar |
| Description |
Descriptioncom.laamella:mpu6502
A very simple in memory database
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mpu6502-0.1.pom | |
| mpu6502-0.1.jar | 39 KB |
| mpu6502-0.1-sources.jar | 16 KB |
| mpu6502-0.1-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.laamella/mpu6502/ -->
<dependency>
<groupId>com.laamella</groupId>
<artifactId>mpu6502</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.laamella/mpu6502/
implementation 'com.laamella:mpu6502:0.1'
// https://jarcasting.com/artifacts/com.laamella/mpu6502/
implementation ("com.laamella:mpu6502:0.1")
'com.laamella:mpu6502:jar:0.1'
<dependency org="com.laamella" name="mpu6502" rev="0.1">
<artifact name="mpu6502" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.laamella', module='mpu6502', version='0.1')
)
libraryDependencies += "com.laamella" % "mpu6502" % "0.1"
[com.laamella/mpu6502 "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.0 |