GroupId | GroupIdcom.brvith.orchestrator |
---|---|
ArtifactId | ArtifactIdorchestrator-framework |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
orchestrator-framework-1.0.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brvith.orchestrator/orchestrator-framework/ -->
<dependency>
<groupId>com.brvith.orchestrator</groupId>
<artifactId>orchestrator-framework</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.brvith.orchestrator/orchestrator-framework/
implementation 'com.brvith.orchestrator:orchestrator-framework:1.0.1'
// https://jarcasting.com/artifacts/com.brvith.orchestrator/orchestrator-framework/
implementation ("com.brvith.orchestrator:orchestrator-framework:1.0.1")
'com.brvith.orchestrator:orchestrator-framework:pom:1.0.1'
<dependency org="com.brvith.orchestrator" name="orchestrator-framework" rev="1.0.1">
<artifact name="orchestrator-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.brvith.orchestrator', module='orchestrator-framework', version='1.0.1')
)
libraryDependencies += "com.brvith.orchestrator" % "orchestrator-framework" % "1.0.1"
[com.brvith.orchestrator/orchestrator-framework "1.0.1"]