License |
License |
---|---|
GroupId | GroupIdcom.ontology2 |
ArtifactId | ArtifactIdinfovore |
Version | Version3.2 |
Type | Typepom |
Description |
DescriptionInfovore master project
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
infovore-3.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ontology2/infovore/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>infovore</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/infovore/
implementation 'com.ontology2:infovore:3.2'
// https://jarcasting.com/artifacts/com.ontology2/infovore/
implementation ("com.ontology2:infovore:3.2")
'com.ontology2:infovore:pom:3.2'
<dependency org="com.ontology2" name="infovore" rev="3.2">
<artifact name="infovore" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='infovore', version='3.2')
)
libraryDependencies += "com.ontology2" % "infovore" % "3.2"
[com.ontology2/infovore "3.2"]