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