Categories |
CategoriesPython Languages |
---|---|
GroupId | GroupIdcom.lihaoyi |
ArtifactId | ArtifactIdpythonparse_2.10 |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
pythonparse_2.10-0.4.3.pom | |
pythonparse_2.10-0.4.3.jar | 642 KB |
pythonparse_2.10-0.4.3-sources.jar | 9 KB |
pythonparse_2.10-0.4.3-javadoc.jar | 702 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lihaoyi/pythonparse_2.10/ -->
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>pythonparse_2.10</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/pythonparse_2.10/
implementation 'com.lihaoyi:pythonparse_2.10:0.4.3'
// https://jarcasting.com/artifacts/com.lihaoyi/pythonparse_2.10/
implementation ("com.lihaoyi:pythonparse_2.10:0.4.3")
'com.lihaoyi:pythonparse_2.10:jar:0.4.3'
<dependency org="com.lihaoyi" name="pythonparse_2.10" rev="0.4.3">
<artifact name="pythonparse_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='pythonparse_2.10', version='0.4.3')
)
libraryDependencies += "com.lihaoyi" % "pythonparse_2.10" % "0.4.3"
[com.lihaoyi/pythonparse_2.10 "0.4.3"]