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