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