Categories |
CategoriesProtégé General Purpose Libraries Utility |
---|---|
GroupId | GroupIdedu.stanford.protege |
ArtifactId | ArtifactIdProtegeLauncher |
Version | Version4.2.1 |
Type | Typejar |
Filename | Size |
---|---|
ProtegeLauncher-4.2.1.pom | |
ProtegeLauncher-4.2.1.jar | 15 KB |
ProtegeLauncher-4.2.1-sources.jar | 6 KB |
ProtegeLauncher-4.2.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.stanford.protege/ProtegeLauncher/ -->
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>ProtegeLauncher</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.protege/ProtegeLauncher/
implementation 'edu.stanford.protege:ProtegeLauncher:4.2.1'
// https://jarcasting.com/artifacts/edu.stanford.protege/ProtegeLauncher/
implementation ("edu.stanford.protege:ProtegeLauncher:4.2.1")
'edu.stanford.protege:ProtegeLauncher:jar:4.2.1'
<dependency org="edu.stanford.protege" name="ProtegeLauncher" rev="4.2.1">
<artifact name="ProtegeLauncher" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.protege', module='ProtegeLauncher', version='4.2.1')
)
libraryDependencies += "edu.stanford.protege" % "ProtegeLauncher" % "4.2.1"
[edu.stanford.protege/ProtegeLauncher "4.2.1"]