GroupId | GroupIdcom.btmatthews.utils |
---|---|
ArtifactId | ArtifactIdmonitor |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
monitor-1.1.0.pom | |
monitor-1.1.0.jar | 13 KB |
monitor-1.1.0-sources.jar | 14 KB |
monitor-1.1.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.utils/monitor/ -->
<dependency>
<groupId>com.btmatthews.utils</groupId>
<artifactId>monitor</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.utils/monitor/
implementation 'com.btmatthews.utils:monitor:1.1.0'
// https://jarcasting.com/artifacts/com.btmatthews.utils/monitor/
implementation ("com.btmatthews.utils:monitor:1.1.0")
'com.btmatthews.utils:monitor:jar:1.1.0'
<dependency org="com.btmatthews.utils" name="monitor" rev="1.1.0">
<artifact name="monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.utils', module='monitor', version='1.1.0')
)
libraryDependencies += "com.btmatthews.utils" % "monitor" % "1.1.0"
[com.btmatthews.utils/monitor "1.1.0"]