GroupId | GroupIdorg.openbase.bco |
---|---|
ArtifactId | ArtifactIdregistry.agent.test |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
registry.agent.test-1.3.0.pom | |
registry.agent.test-1.3.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbase.bco/registry.agent.test/ -->
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>registry.agent.test</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbase.bco/registry.agent.test/
implementation 'org.openbase.bco:registry.agent.test:1.3.0'
// https://jarcasting.com/artifacts/org.openbase.bco/registry.agent.test/
implementation ("org.openbase.bco:registry.agent.test:1.3.0")
'org.openbase.bco:registry.agent.test:jar:1.3.0'
<dependency org="org.openbase.bco" name="registry.agent.test" rev="1.3.0">
<artifact name="registry.agent.test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbase.bco', module='registry.agent.test', version='1.3.0')
)
libraryDependencies += "org.openbase.bco" % "registry.agent.test" % "1.3.0"
[org.openbase.bco/registry.agent.test "1.3.0"]