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