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

com.tinkerpop.blueprints:blueprints-test 2.0.0

Reusable test suites for Blueprints

Группа

Группа

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

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

blueprints-test
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать blueprints-test 2.0.0


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