| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.andy2003 |
| Идентификатор | ИдентификаторKayak |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеKayak
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| Kayak-1.0.pom | 8 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |