| GroupId | GroupIdio.github.dmytrodm |
|---|---|
| ArtifactId | ArtifactIdmvncntrltst |
| Version | Versionunspecified |
| Type | Typeaar |
| Filename | Size |
|---|---|
| mvncntrltst-unspecified.pom | |
| mvncntrltst-unspecified-sources.jar | 1 KB |
| mvncntrltst-unspecified-javadoc.jar | 242 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dmytrodm/mvncntrltst/ -->
<dependency>
<groupId>io.github.dmytrodm</groupId>
<artifactId>mvncntrltst</artifactId>
<version>unspecified</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dmytrodm/mvncntrltst/
implementation 'io.github.dmytrodm:mvncntrltst:unspecified'
// https://jarcasting.com/artifacts/io.github.dmytrodm/mvncntrltst/
implementation ("io.github.dmytrodm:mvncntrltst:unspecified")
'io.github.dmytrodm:mvncntrltst:aar:unspecified'
<dependency org="io.github.dmytrodm" name="mvncntrltst" rev="unspecified">
<artifact name="mvncntrltst" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dmytrodm', module='mvncntrltst', version='unspecified')
)
libraryDependencies += "io.github.dmytrodm" % "mvncntrltst" % "unspecified"
[io.github.dmytrodm/mvncntrltst "unspecified"]