GroupId | GroupIdsoftware.fitz |
---|---|
ArtifactId | ArtifactIdeasy-agent |
Version | Version0.1.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
easy-agent-0.1.0-RELEASE.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.fitz/easy-agent/ -->
<dependency>
<groupId>software.fitz</groupId>
<artifactId>easy-agent</artifactId>
<version>0.1.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/software.fitz/easy-agent/
implementation 'software.fitz:easy-agent:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/software.fitz/easy-agent/
implementation ("software.fitz:easy-agent:0.1.0-RELEASE")
'software.fitz:easy-agent:pom:0.1.0-RELEASE'
<dependency org="software.fitz" name="easy-agent" rev="0.1.0-RELEASE">
<artifact name="easy-agent" type="pom" />
</dependency>
@Grapes(
@Grab(group='software.fitz', module='easy-agent', version='0.1.0-RELEASE')
)
libraryDependencies += "software.fitz" % "easy-agent" % "0.1.0-RELEASE"
[software.fitz/easy-agent "0.1.0-RELEASE"]