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