GroupId | GroupIdch.mobi.mobitor |
---|---|
ArtifactId | ArtifactIdmobitor-plugins-test |
Version | Version3.1.188 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.mobi.mobitor/mobitor-plugins-test/ -->
<dependency>
<groupId>ch.mobi.mobitor</groupId>
<artifactId>mobitor-plugins-test</artifactId>
<version>3.1.188</version>
</dependency>
// https://jarcasting.com/artifacts/ch.mobi.mobitor/mobitor-plugins-test/
implementation 'ch.mobi.mobitor:mobitor-plugins-test:3.1.188'
// https://jarcasting.com/artifacts/ch.mobi.mobitor/mobitor-plugins-test/
implementation ("ch.mobi.mobitor:mobitor-plugins-test:3.1.188")
'ch.mobi.mobitor:mobitor-plugins-test:jar:3.1.188'
<dependency org="ch.mobi.mobitor" name="mobitor-plugins-test" rev="3.1.188">
<artifact name="mobitor-plugins-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.mobi.mobitor', module='mobitor-plugins-test', version='3.1.188')
)
libraryDependencies += "ch.mobi.mobitor" % "mobitor-plugins-test" % "3.1.188"
[ch.mobi.mobitor/mobitor-plugins-test "3.1.188"]