License |
License |
---|---|
Categories |
CategoriesProtégé General Purpose Libraries Utility |
GroupId | GroupIdorg.protege |
ArtifactId | ArtifactIdprotege-editor-core-application |
Last Version | Last Version4.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProtege Editor Framework
This is one of the core Protege plugins and is responsible for the infrastructure on which the Protege ontology editor is based
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.protege/protege-editor-core-application/ -->
<dependency>
<groupId>org.protege</groupId>
<artifactId>protege-editor-core-application</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.protege/protege-editor-core-application/
implementation 'org.protege:protege-editor-core-application:4.1.0'
// https://jarcasting.com/artifacts/org.protege/protege-editor-core-application/
implementation ("org.protege:protege-editor-core-application:4.1.0")
'org.protege:protege-editor-core-application:jar:4.1.0'
<dependency org="org.protege" name="protege-editor-core-application" rev="4.1.0">
<artifact name="protege-editor-core-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.protege', module='protege-editor-core-application', version='4.1.0')
)
libraryDependencies += "org.protege" % "protege-editor-core-application" % "4.1.0"
[org.protege/protege-editor-core-application "4.1.0"]