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