GroupId | GroupIdtoplink.essentials |
---|---|
ArtifactId | ArtifactIdtoplink-essentials-agent |
Last Version | Last Version2.1-60f |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/toplink.essentials/toplink-essentials-agent/ -->
<dependency>
<groupId>toplink.essentials</groupId>
<artifactId>toplink-essentials-agent</artifactId>
<version>2.1-60f</version>
</dependency>
// https://jarcasting.com/artifacts/toplink.essentials/toplink-essentials-agent/
implementation 'toplink.essentials:toplink-essentials-agent:2.1-60f'
// https://jarcasting.com/artifacts/toplink.essentials/toplink-essentials-agent/
implementation ("toplink.essentials:toplink-essentials-agent:2.1-60f")
'toplink.essentials:toplink-essentials-agent:jar:2.1-60f'
<dependency org="toplink.essentials" name="toplink-essentials-agent" rev="2.1-60f">
<artifact name="toplink-essentials-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='toplink.essentials', module='toplink-essentials-agent', version='2.1-60f')
)
libraryDependencies += "toplink.essentials" % "toplink-essentials-agent" % "2.1-60f"
[toplink.essentials/toplink-essentials-agent "2.1-60f"]