Categories |
CategoriesPython Languages |
---|---|
GroupId | GroupIdorg.molgenis |
ArtifactId | ArtifactIdmolgenis-python |
Version | Version1.21.0 |
Type | Typejar |
Filename | Size |
---|---|
molgenis-python-1.21.0.pom | |
molgenis-python-1.21.0.jar | 13 KB |
molgenis-python-1.21.0-sources.jar | 7 KB |
molgenis-python-1.21.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.molgenis/molgenis-python/ -->
<dependency>
<groupId>org.molgenis</groupId>
<artifactId>molgenis-python</artifactId>
<version>1.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.molgenis/molgenis-python/
implementation 'org.molgenis:molgenis-python:1.21.0'
// https://jarcasting.com/artifacts/org.molgenis/molgenis-python/
implementation ("org.molgenis:molgenis-python:1.21.0")
'org.molgenis:molgenis-python:jar:1.21.0'
<dependency org="org.molgenis" name="molgenis-python" rev="1.21.0">
<artifact name="molgenis-python" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.molgenis', module='molgenis-python', version='1.21.0')
)
libraryDependencies += "org.molgenis" % "molgenis-python" % "1.21.0"
[org.molgenis/molgenis-python "1.21.0"]