| Categories | CategoriesIDE Development Tools | 
|---|---|
| GroupId | GroupIdorg.openbase.bco | 
| ArtifactId | ArtifactIdpsc.identification | 
| Version | Version1.5-alpha-0 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.openbase.bco/psc.identification/ -->
<dependency>
    <groupId>org.openbase.bco</groupId>
    <artifactId>psc.identification</artifactId>
    <version>1.5-alpha-0</version>
</dependency>// https://jarcasting.com/artifacts/org.openbase.bco/psc.identification/
implementation 'org.openbase.bco:psc.identification:1.5-alpha-0'// https://jarcasting.com/artifacts/org.openbase.bco/psc.identification/
implementation ("org.openbase.bco:psc.identification:1.5-alpha-0")'org.openbase.bco:psc.identification:jar:1.5-alpha-0'<dependency org="org.openbase.bco" name="psc.identification" rev="1.5-alpha-0">
  <artifact name="psc.identification" type="jar" />
</dependency>@Grapes(
@Grab(group='org.openbase.bco', module='psc.identification', version='1.5-alpha-0')
)libraryDependencies += "org.openbase.bco" % "psc.identification" % "1.5-alpha-0"[org.openbase.bco/psc.identification "1.5-alpha-0"]