| License |
License |
|---|---|
| GroupId | GroupIdde.mhus.conductor |
| ArtifactId | ArtifactIdconductor-plugin |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
DescriptionMHUS tools to work with multiple projects in complex scenarios
|
| Filename | Size |
|---|---|
| conductor-plugin-1.1.0.pom | |
| conductor-plugin-1.1.0.jar | 42 KB |
| conductor-plugin-1.1.0-sources.jar | 26 KB |
| conductor-plugin-1.1.0-oss-lifecycle.yml | 452 bytes |
| conductor-plugin-1.1.0-javadoc.jar | 521 KB |
| conductor-plugin-1.1.0-configuration-default.yml | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.mhus.conductor/conductor-plugin/ -->
<dependency>
<groupId>de.mhus.conductor</groupId>
<artifactId>conductor-plugin</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mhus.conductor/conductor-plugin/
implementation 'de.mhus.conductor:conductor-plugin:1.1.0'
// https://jarcasting.com/artifacts/de.mhus.conductor/conductor-plugin/
implementation ("de.mhus.conductor:conductor-plugin:1.1.0")
'de.mhus.conductor:conductor-plugin:jar:1.1.0'
<dependency org="de.mhus.conductor" name="conductor-plugin" rev="1.1.0">
<artifact name="conductor-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mhus.conductor', module='conductor-plugin', version='1.1.0')
)
libraryDependencies += "de.mhus.conductor" % "conductor-plugin" % "1.1.0"
[de.mhus.conductor/conductor-plugin "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.mhus.conductor : conductor-api | jar | 1.1.0 |
| de.mhus.conductor : conductor-core | jar | 1.1.0 |
| de.mhus.lib : lib-annotations | jar | 7.1.0 |
| de.mhus.lib : lib-core | jar | 7.1.0 |
| org.yaml : snakeyaml | jar | 1.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.platform : junit-platform-commons | jar | 1.6.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.6.2 |
| org.hamcrest : hamcrest-all | jar | 1.3 |