Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.onedaybeard.graftt |
ArtifactId | ArtifactIdagent |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
agent-0.1.3.pom | |
agent-0.1.3.jar | 5 MB |
agent-0.1.3-sources.jar | 2 KB |
agent-0.1.3-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.onedaybeard.graftt/agent/ -->
<dependency>
<groupId>net.onedaybeard.graftt</groupId>
<artifactId>agent</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.onedaybeard.graftt/agent/
implementation 'net.onedaybeard.graftt:agent:0.1.3'
// https://jarcasting.com/artifacts/net.onedaybeard.graftt/agent/
implementation ("net.onedaybeard.graftt:agent:0.1.3")
'net.onedaybeard.graftt:agent:jar:0.1.3'
<dependency org="net.onedaybeard.graftt" name="agent" rev="0.1.3">
<artifact name="agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.onedaybeard.graftt', module='agent', version='0.1.3')
)
libraryDependencies += "net.onedaybeard.graftt" % "agent" % "0.1.3"
[net.onedaybeard.graftt/agent "0.1.3"]