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