| License |
License |
|---|---|
| GroupId | GroupIdcom.github.andy2003 |
| ArtifactId | ArtifactIdKayak |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionKayak
Kayak aims to be a Java framework and GUI for CAN data handling. It will
include an abstract data model for different CAN hard- and software
solutions. SocketCAN and IP will be used as an abstraction layer above
the hardware. Platform independence is a goal and therefore all logic
will be implemented in Java. To run the framework on a Windows client
a socketCAN over ethernet protocol will be implemented.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| Kayak-1.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andy2003/Kayak/ -->
<dependency>
<groupId>com.github.andy2003</groupId>
<artifactId>Kayak</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.andy2003/Kayak/
implementation 'com.github.andy2003:Kayak:1.0'
// https://jarcasting.com/artifacts/com.github.andy2003/Kayak/
implementation ("com.github.andy2003:Kayak:1.0")
'com.github.andy2003:Kayak:pom:1.0'
<dependency org="com.github.andy2003" name="Kayak" rev="1.0">
<artifact name="Kayak" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.andy2003', module='Kayak', version='1.0')
)
libraryDependencies += "com.github.andy2003" % "Kayak" % "1.0"
[com.github.andy2003/Kayak "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |