gs-gephi

An interconnection project between Gephi and GraphStream

Лицензия

Лицензия

Категории

Категории

Gephi Универсальные библиотеки Utility
Группа

Группа

com.artistech
Идентификатор

Идентификатор

gs-gephi
Последняя версия

Последняя версия

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

gs-gephi
An interconnection project between Gephi and GraphStream
Ссылка на сайт

Ссылка на сайт

http://github.com/artistech-inc/gs-gephi
Система контроля версий

Система контроля версий

https://github.com/artistech-inc/gs-gephi

Скачать gs-gephi

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.artistech/gs-gephi/ -->
<dependency>
    <groupId>com.artistech</groupId>
    <artifactId>gs-gephi</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.artistech/gs-gephi/
implementation 'com.artistech:gs-gephi:0.1'
// https://jarcasting.com/artifacts/com.artistech/gs-gephi/
implementation ("com.artistech:gs-gephi:0.1")
'com.artistech:gs-gephi:jar:0.1'
<dependency org="com.artistech" name="gs-gephi" rev="0.1">
  <artifact name="gs-gephi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artistech', module='gs-gephi', version='0.1')
)
libraryDependencies += "com.artistech" % "gs-gephi" % "0.1"
[com.artistech/gs-gephi "0.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.json : json jar 20131018
junit : junit Необязательный jar 4.3.1
org.graphstream : gs-core jar 1.3

Модули Проекта

Данный проект не имеет модулей.

gs-gephi

An interconnection project between Gephi and GraphStream based on the Graph Streaming API. This project is distributed under MIT license within a LICENSE file in it.

artistech-inc

  1. Updated to Java7 (use of try with resources).
  2. Exceptions now print using Logger.
  3. Updated JSON to 20131018.
  4. Added a throw new UnsupportedOperationException(ex.getMessage()); in doSend()
  1. This is a hack since UnsupportedOperationException does not need to be declared as thrown, but I can't change the interface to allow a throws clause.
  2. This is so that if there is no connection to gephi, it won't keep trying and can just fail out.
  3. If there is another way to do this, let me know.

Install

Follow the steps to install this project.

1) Fork and checkout the latest version of this repository:

git clone git@github.com:artistech-inc/gs-gephi.git

2) build the project use Maven:

cd gs-gephi
mvn install

You can check the manual to see the detailed discription and tutorials showing how to use it.

Ongoing work...

com.artistech

ArtisTech, Inc.

Версии библиотеки

Версия
0.1