GroupId | GroupIdorg.molgenis |
---|---|
ArtifactId | ArtifactIdmolgenis-omx-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
molgenis-omx-core-1.0.0.pom | |
molgenis-omx-core-1.0.0.jar | 511 KB |
molgenis-omx-core-1.0.0-sources.jar | 227 KB |
molgenis-omx-core-1.0.0-javadoc.jar | 1005 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.molgenis/molgenis-omx-core/ -->
<dependency>
<groupId>org.molgenis</groupId>
<artifactId>molgenis-omx-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.molgenis/molgenis-omx-core/
implementation 'org.molgenis:molgenis-omx-core:1.0.0'
// https://jarcasting.com/artifacts/org.molgenis/molgenis-omx-core/
implementation ("org.molgenis:molgenis-omx-core:1.0.0")
'org.molgenis:molgenis-omx-core:jar:1.0.0'
<dependency org="org.molgenis" name="molgenis-omx-core" rev="1.0.0">
<artifact name="molgenis-omx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.molgenis', module='molgenis-omx-core', version='1.0.0')
)
libraryDependencies += "org.molgenis" % "molgenis-omx-core" % "1.0.0"
[org.molgenis/molgenis-omx-core "1.0.0"]