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