GroupId | GroupIdorg.intermine |
---|---|
ArtifactId | ArtifactIdintermine-model |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
intermine-model-5.0.1.pom | |
intermine-model-5.0.1.jar | 86 KB |
intermine-model-5.0.1-sources.jar | 63 KB |
intermine-model-5.0.1-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.intermine/intermine-model/ -->
<dependency>
<groupId>org.intermine</groupId>
<artifactId>intermine-model</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.intermine/intermine-model/
implementation 'org.intermine:intermine-model:5.0.1'
// https://jarcasting.com/artifacts/org.intermine/intermine-model/
implementation ("org.intermine:intermine-model:5.0.1")
'org.intermine:intermine-model:jar:5.0.1'
<dependency org="org.intermine" name="intermine-model" rev="5.0.1">
<artifact name="intermine-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.intermine', module='intermine-model', version='5.0.1')
)
libraryDependencies += "org.intermine" % "intermine-model" % "5.0.1"
[org.intermine/intermine-model "5.0.1"]