| Categories |
CategoriesAnt Build Tools Auto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdde.quantummaid.mapmaid |
| ArtifactId | ArtifactIdautoloading-tests |
| Version | Version0.9.83 |
| Type | Typejar |
| Filename | Size |
|---|---|
| autoloading-tests-0.9.83.pom | |
| autoloading-tests-0.9.83.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.mapmaid/autoloading-tests/ -->
<dependency>
<groupId>de.quantummaid.mapmaid</groupId>
<artifactId>autoloading-tests</artifactId>
<version>0.9.83</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/autoloading-tests/
implementation 'de.quantummaid.mapmaid:autoloading-tests:0.9.83'
// https://jarcasting.com/artifacts/de.quantummaid.mapmaid/autoloading-tests/
implementation ("de.quantummaid.mapmaid:autoloading-tests:0.9.83")
'de.quantummaid.mapmaid:autoloading-tests:jar:0.9.83'
<dependency org="de.quantummaid.mapmaid" name="autoloading-tests" rev="0.9.83">
<artifact name="autoloading-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.mapmaid', module='autoloading-tests', version='0.9.83')
)
libraryDependencies += "de.quantummaid.mapmaid" % "autoloading-tests" % "0.9.83"
[de.quantummaid.mapmaid/autoloading-tests "0.9.83"]