is not current version
Last Version 1.0.2

com.brvith.orchestrator:orchestrator-core 1.0.0


GroupId

GroupId

com.brvith.orchestrator
ArtifactId

ArtifactId

orchestrator-core
Version

Version

1.0.0
Type

Type

jar

Download orchestrator-core 1.0.0


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