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