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