GroupId | GroupIdorg.bitbucket.swattu |
---|---|
ArtifactId | ArtifactIdagent-utils |
Version | Version4.0.63 |
Type | Typejar |
Filename | Size |
---|---|
agent-utils-4.0.63.pom | 1 KB |
agent-utils-4.0.63-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/agent-utils/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>agent-utils</artifactId>
<version>4.0.63</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/agent-utils/
implementation 'org.bitbucket.swattu:agent-utils:4.0.63'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/agent-utils/
implementation ("org.bitbucket.swattu:agent-utils:4.0.63")
'org.bitbucket.swattu:agent-utils:jar:4.0.63'
<dependency org="org.bitbucket.swattu" name="agent-utils" rev="4.0.63">
<artifact name="agent-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='agent-utils', version='4.0.63')
)
libraryDependencies += "org.bitbucket.swattu" % "agent-utils" % "4.0.63"
[org.bitbucket.swattu/agent-utils "4.0.63"]