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