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