GroupId | GroupIdorg.polystat |
---|---|
ArtifactId | ArtifactIdpy2eo |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
py2eo-0.0.4.pom | |
py2eo-0.0.4.jar | 842 KB |
py2eo-0.0.4-sources.jar | 168 KB |
py2eo-0.0.4-javadoc.jar | 1 MB |
py2eo-0.0.4-jar-with-dependencies.jar | 19 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.polystat/py2eo/ -->
<dependency>
<groupId>org.polystat</groupId>
<artifactId>py2eo</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.polystat/py2eo/
implementation 'org.polystat:py2eo:0.0.4'
// https://jarcasting.com/artifacts/org.polystat/py2eo/
implementation ("org.polystat:py2eo:0.0.4")
'org.polystat:py2eo:jar:0.0.4'
<dependency org="org.polystat" name="py2eo" rev="0.0.4">
<artifact name="py2eo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.polystat', module='py2eo', version='0.0.4')
)
libraryDependencies += "org.polystat" % "py2eo" % "0.0.4"
[org.polystat/py2eo "0.0.4"]