License |
License
MIT
|
---|---|
GroupId | GroupIdorg.polystat |
ArtifactId | ArtifactIdpy2eo |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionpy2eo
Python to EO translator
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
py2eo-0.0.2.pom | |
py2eo-0.0.2.jar | 701 KB |
py2eo-0.0.2-sources.jar | 124 KB |
py2eo-0.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.polystat/py2eo/ -->
<dependency>
<groupId>org.polystat</groupId>
<artifactId>py2eo</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.polystat/py2eo/
implementation 'org.polystat:py2eo:0.0.2'
// https://jarcasting.com/artifacts/org.polystat/py2eo/
implementation ("org.polystat:py2eo:0.0.2")
'org.polystat:py2eo:jar:0.0.2'
<dependency org="org.polystat" name="py2eo" rev="0.0.2">
<artifact name="py2eo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.polystat', module='py2eo', version='0.0.2')
)
libraryDependencies += "org.polystat" % "py2eo" % "0.0.2"
[org.polystat/py2eo "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.6 |
org.antlr : antlr4-runtime | jar | 4.9.2 |
org.scalatest : scalatest_2.13 | jar | 3.2.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |