Categories |
CategoriesProtégé General Purpose Libraries Utility |
---|---|
GroupId | GroupIdedu.stanford.protege |
ArtifactId | ArtifactIdwebprotege-annotations |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/edu.stanford.protege/webprotege-annotations/ -->
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>webprotege-annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.protege/webprotege-annotations/
implementation 'edu.stanford.protege:webprotege-annotations:1.0.0'
// https://jarcasting.com/artifacts/edu.stanford.protege/webprotege-annotations/
implementation ("edu.stanford.protege:webprotege-annotations:1.0.0")
'edu.stanford.protege:webprotege-annotations:jar:1.0.0'
<dependency org="edu.stanford.protege" name="webprotege-annotations" rev="1.0.0">
<artifact name="webprotege-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.protege', module='webprotege-annotations', version='1.0.0')
)
libraryDependencies += "edu.stanford.protege" % "webprotege-annotations" % "1.0.0"
[edu.stanford.protege/webprotege-annotations "1.0.0"]