| Categories |
CategoriesProtégé General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdedu.stanford.protege |
| ArtifactId | ArtifactIdprotege-parent |
| Version | Version5.0.0-beta-09 |
| Type | Typepom |
| Filename | Size |
|---|---|
| protege-parent-5.0.0-beta-09.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.stanford.protege/protege-parent/ -->
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>protege-parent</artifactId>
<version>5.0.0-beta-09</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.protege/protege-parent/
implementation 'edu.stanford.protege:protege-parent:5.0.0-beta-09'
// https://jarcasting.com/artifacts/edu.stanford.protege/protege-parent/
implementation ("edu.stanford.protege:protege-parent:5.0.0-beta-09")
'edu.stanford.protege:protege-parent:pom:5.0.0-beta-09'
<dependency org="edu.stanford.protege" name="protege-parent" rev="5.0.0-beta-09">
<artifact name="protege-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.protege', module='protege-parent', version='5.0.0-beta-09')
)
libraryDependencies += "edu.stanford.protege" % "protege-parent" % "5.0.0-beta-09"
[edu.stanford.protege/protege-parent "5.0.0-beta-09"]