| Группа | Группаcom.tinkerpop.blueprints |
|---|---|
| Идентификатор | Идентификаторblueprints-graph-jung |
| Версия | Версия2.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| blueprints-graph-jung-2.3.0.pom | |
| blueprints-graph-jung-2.3.0.jar | 13 KB |
| blueprints-graph-jung-2.3.0-sources.jar | 5 KB |
| blueprints-graph-jung-2.3.0-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/ -->
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-graph-jung</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/
implementation 'com.tinkerpop.blueprints:blueprints-graph-jung:2.3.0'
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-jung/
implementation ("com.tinkerpop.blueprints:blueprints-graph-jung:2.3.0")
'com.tinkerpop.blueprints:blueprints-graph-jung:jar:2.3.0'
<dependency org="com.tinkerpop.blueprints" name="blueprints-graph-jung" rev="2.3.0">
<artifact name="blueprints-graph-jung" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.blueprints', module='blueprints-graph-jung', version='2.3.0')
)
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints-graph-jung" % "2.3.0"
[com.tinkerpop.blueprints/blueprints-graph-jung "2.3.0"]