License |
License
The Jython License
|
---|---|
GroupId | GroupIdcom.github.tbekolay.jnumeric |
ArtifactId | ArtifactIdjnumeric |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJNumeric
NumPy-like syntax for Jython
|
Filename | Size |
---|---|
jnumeric-0.1.pom | |
jnumeric-0.1.jar | 160 KB |
jnumeric-0.1-sources.jar | 53 KB |
jnumeric-0.1-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tbekolay.jnumeric/jnumeric/ -->
<dependency>
<groupId>com.github.tbekolay.jnumeric</groupId>
<artifactId>jnumeric</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tbekolay.jnumeric/jnumeric/
implementation 'com.github.tbekolay.jnumeric:jnumeric:0.1'
// https://jarcasting.com/artifacts/com.github.tbekolay.jnumeric/jnumeric/
implementation ("com.github.tbekolay.jnumeric:jnumeric:0.1")
'com.github.tbekolay.jnumeric:jnumeric:jar:0.1'
<dependency org="com.github.tbekolay.jnumeric" name="jnumeric" rev="0.1">
<artifact name="jnumeric" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tbekolay.jnumeric', module='jnumeric', version='0.1')
)
libraryDependencies += "com.github.tbekolay.jnumeric" % "jnumeric" % "0.1"
[com.github.tbekolay.jnumeric/jnumeric "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.python : jython-standalone | jar | 2.5.2 |