| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.fernsroth.easyio |
| Идентификатор | Идентификаторeasyio |
| Последняя версия | Последняя версия0.9-beta |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEasyIO
EasyIO is an easy way to read and write C/C++ sturucture from java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| easyio-0.9-beta.pom | |
| easyio-0.9-beta.jar | 34 KB |
| easyio-0.9-beta-sources.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fernsroth.easyio/easyio/ -->
<dependency>
<groupId>com.fernsroth.easyio</groupId>
<artifactId>easyio</artifactId>
<version>0.9-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.fernsroth.easyio/easyio/
implementation 'com.fernsroth.easyio:easyio:0.9-beta'
// https://jarcasting.com/artifacts/com.fernsroth.easyio/easyio/
implementation ("com.fernsroth.easyio:easyio:0.9-beta")
'com.fernsroth.easyio:easyio:jar:0.9-beta'
<dependency org="com.fernsroth.easyio" name="easyio" rev="0.9-beta">
<artifact name="easyio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fernsroth.easyio', module='easyio', version='0.9-beta')
)
libraryDependencies += "com.fernsroth.easyio" % "easyio" % "0.9-beta"
[com.fernsroth.easyio/easyio "0.9-beta"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |