| GroupId | GroupIdde.mhus.conductor |
|---|---|
| ArtifactId | ArtifactIdconductor-plugin |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.mhus.conductor/conductor-plugin/ -->
<dependency>
<groupId>de.mhus.conductor</groupId>
<artifactId>conductor-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mhus.conductor/conductor-plugin/
implementation 'de.mhus.conductor:conductor-plugin:1.0.0'
// https://jarcasting.com/artifacts/de.mhus.conductor/conductor-plugin/
implementation ("de.mhus.conductor:conductor-plugin:1.0.0")
'de.mhus.conductor:conductor-plugin:jar:1.0.0'
<dependency org="de.mhus.conductor" name="conductor-plugin" rev="1.0.0">
<artifact name="conductor-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mhus.conductor', module='conductor-plugin', version='1.0.0')
)
libraryDependencies += "de.mhus.conductor" % "conductor-plugin" % "1.0.0"
[de.mhus.conductor/conductor-plugin "1.0.0"]