| License |
License |
|---|---|
| GroupId | GroupIdde.mhus.conductor |
| ArtifactId | ArtifactIdmanual |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
DescriptionMHUS tools to work with multiple projects in complex scenarios
|
| Filename | Size |
|---|---|
| manual-1.1.1.pom | |
| manual-1.1.1.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.mhus.conductor/manual/ -->
<dependency>
<groupId>de.mhus.conductor</groupId>
<artifactId>manual</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.mhus.conductor/manual/
implementation 'de.mhus.conductor:manual:1.1.1'
// https://jarcasting.com/artifacts/de.mhus.conductor/manual/
implementation ("de.mhus.conductor:manual:1.1.1")
'de.mhus.conductor:manual:jar:1.1.1'
<dependency org="de.mhus.conductor" name="manual" rev="1.1.1">
<artifact name="manual" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mhus.conductor', module='manual', version='1.1.1')
)
libraryDependencies += "de.mhus.conductor" % "manual" % "1.1.1"
[de.mhus.conductor/manual "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |