GroupId | GroupIdorg.nhind |
---|---|
ArtifactId | ArtifactIdagent |
Version | Version1.5.3 |
Type | Typejar |
Filename | Size |
---|---|
agent-1.5.3.pom | |
agent-1.5.3.jar | 245 KB |
agent-1.5.3-tests.jar | 1 MB |
agent-1.5.3-sources.jar | 264 KB |
agent-1.5.3-javadoc.jar | 546 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nhind/agent/ -->
<dependency>
<groupId>org.nhind</groupId>
<artifactId>agent</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/agent/
implementation 'org.nhind:agent:1.5.3'
// https://jarcasting.com/artifacts/org.nhind/agent/
implementation ("org.nhind:agent:1.5.3")
'org.nhind:agent:jar:1.5.3'
<dependency org="org.nhind" name="agent" rev="1.5.3">
<artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='agent', version='1.5.3')
)
libraryDependencies += "org.nhind" % "agent" % "1.5.3"
[org.nhind/agent "1.5.3"]