GroupId | GroupIdcom.rtstatistics |
---|---|
ArtifactId | ArtifactIdweb-mconsole |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
web-mconsole-1.0.10.pom | |
web-mconsole-1.0.10.jar | 2 MB |
web-mconsole-1.0.10-sources.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rtstatistics/web-mconsole/ -->
<dependency>
<groupId>com.rtstatistics</groupId>
<artifactId>web-mconsole</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.rtstatistics/web-mconsole/
implementation 'com.rtstatistics:web-mconsole:1.0.10'
// https://jarcasting.com/artifacts/com.rtstatistics/web-mconsole/
implementation ("com.rtstatistics:web-mconsole:1.0.10")
'com.rtstatistics:web-mconsole:jar:1.0.10'
<dependency org="com.rtstatistics" name="web-mconsole" rev="1.0.10">
<artifact name="web-mconsole" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rtstatistics', module='web-mconsole', version='1.0.10')
)
libraryDependencies += "com.rtstatistics" % "web-mconsole" % "1.0.10"
[com.rtstatistics/web-mconsole "1.0.10"]