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