graph 
A simple graph library
Maven
<dependency>
<groupId>com.harium.storage</groupId>
<artifactId>graph</artifactId>
<version>1.1.0</version>
</dependency>
| Лицензия |
Лицензия
Harium Commercial License
|
|---|---|
| Группа | Группаcom.harium.storage |
| Идентификатор | Идентификаторgraph |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGraph
A simple graph library
|
| Имя Файла | Размер |
|---|---|
| graph-1.1.1.pom | |
| graph-1.1.1.jar | 12 KB |
| graph-1.1.1-sources.jar | 5 KB |
| graph-1.1.1-javadoc.jar | 82 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.harium.storage/graph/ -->
<dependency>
<groupId>com.harium.storage</groupId>
<artifactId>graph</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.storage/graph/
implementation 'com.harium.storage:graph:1.1.1'
// https://jarcasting.com/artifacts/com.harium.storage/graph/
implementation ("com.harium.storage:graph:1.1.1")
'com.harium.storage:graph:jar:1.1.1'
<dependency org="com.harium.storage" name="graph" rev="1.1.1">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.storage', module='graph', version='1.1.1')
)
libraryDependencies += "com.harium.storage" % "graph" % "1.1.1"
[com.harium.storage/graph "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
A simple graph library
<dependency>
<groupId>com.harium.storage</groupId>
<artifactId>graph</artifactId>
<version>1.1.0</version>
</dependency>