Categories |
CategoriesProtégé General Purpose Libraries Utility |
---|---|
GroupId | GroupIdedu.stanford.protege |
ArtifactId | ArtifactIdProtegeLauncher |
Version | Version5.0.0-beta-14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/edu.stanford.protege/ProtegeLauncher/ -->
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>ProtegeLauncher</artifactId>
<version>5.0.0-beta-14</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.protege/ProtegeLauncher/
implementation 'edu.stanford.protege:ProtegeLauncher:5.0.0-beta-14'
// https://jarcasting.com/artifacts/edu.stanford.protege/ProtegeLauncher/
implementation ("edu.stanford.protege:ProtegeLauncher:5.0.0-beta-14")
'edu.stanford.protege:ProtegeLauncher:jar:5.0.0-beta-14'
<dependency org="edu.stanford.protege" name="ProtegeLauncher" rev="5.0.0-beta-14">
<artifact name="ProtegeLauncher" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.protege', module='ProtegeLauncher', version='5.0.0-beta-14')
)
libraryDependencies += "edu.stanford.protege" % "ProtegeLauncher" % "5.0.0-beta-14"
[edu.stanford.protege/ProtegeLauncher "5.0.0-beta-14"]