GroupId | GroupIdcom.ontology2 |
---|---|
ArtifactId | ArtifactIdinfovore |
Version | Version2.4 |
Type | Typepom |
Filename | Size |
---|---|
infovore-2.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ontology2/infovore/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>infovore</artifactId>
<version>2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/infovore/
implementation 'com.ontology2:infovore:2.4'
// https://jarcasting.com/artifacts/com.ontology2/infovore/
implementation ("com.ontology2:infovore:2.4")
'com.ontology2:infovore:pom:2.4'
<dependency org="com.ontology2" name="infovore" rev="2.4">
<artifact name="infovore" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='infovore', version='2.4')
)
libraryDependencies += "com.ontology2" % "infovore" % "2.4"
[com.ontology2/infovore "2.4"]