GroupId | GroupIdcom.github.blasd.apex |
---|---|
ArtifactId | ArtifactIdapex-agent |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
apex-agent-1.4.pom | |
apex-agent-1.4.jar | 10 KB |
apex-agent-1.4-sources.jar | 10 KB |
apex-agent-1.4-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.blasd.apex/apex-agent/ -->
<dependency>
<groupId>com.github.blasd.apex</groupId>
<artifactId>apex-agent</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blasd.apex/apex-agent/
implementation 'com.github.blasd.apex:apex-agent:1.4'
// https://jarcasting.com/artifacts/com.github.blasd.apex/apex-agent/
implementation ("com.github.blasd.apex:apex-agent:1.4")
'com.github.blasd.apex:apex-agent:jar:1.4'
<dependency org="com.github.blasd.apex" name="apex-agent" rev="1.4">
<artifact name="apex-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blasd.apex', module='apex-agent', version='1.4')
)
libraryDependencies += "com.github.blasd.apex" % "apex-agent" % "1.4"
[com.github.blasd.apex/apex-agent "1.4"]