ijp-scala-console

Simple user interface for executing Scala scripts. Can be run stand-alone or embedded in a desktop application.

License

License

Categories

Categories

Scala Languages Net
GroupId

GroupId

net.sf.ij-plugins
ArtifactId

ArtifactId

ijp-scala-console_2.11
Last Version

Last Version

1.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

ijp-scala-console
Simple user interface for executing Scala scripts. Can be run stand-alone or embedded in a desktop application.
Project URL

Project URL

https://github.com/ij-plugins/ijp-scala-console
Project Organization

Project Organization

net.sf.ij-plugins
Source Code Management

Source Code Management

https://github.com/ij-plugins/ijp-scala-console

Download ijp-scala-console_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp-scala-console_2.11/ -->
<dependency>
    <groupId>net.sf.ij-plugins</groupId>
    <artifactId>ijp-scala-console_2.11</artifactId>
    <version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp-scala-console_2.11/
implementation 'net.sf.ij-plugins:ijp-scala-console_2.11:1.5.1'
// https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp-scala-console_2.11/
implementation ("net.sf.ij-plugins:ijp-scala-console_2.11:1.5.1")
'net.sf.ij-plugins:ijp-scala-console_2.11:jar:1.5.1'
<dependency org="net.sf.ij-plugins" name="ijp-scala-console_2.11" rev="1.5.1">
  <artifact name="ijp-scala-console_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ij-plugins', module='ijp-scala-console_2.11', version='1.5.1')
)
libraryDependencies += "net.sf.ij-plugins" % "ijp-scala-console_2.11" % "1.5.1"
[net.sf.ij-plugins/ijp-scala-console_2.11 "1.5.1"]

Dependencies

compile (9)

Group / Artifact Type Version
org.scala-lang : scala-compiler jar 2.11.12
org.scala-lang : scala-library jar 2.11.12
com.beachape : enumeratum_2.11 jar 1.5.13
org.fxmisc.richtext : richtextfx jar 0.8.2
org.scala-lang.modules : scala-java8-compat_2.11 jar 0.8.0
org.scalafx : scalafx_2.11 jar 8.0.144-R12
org.scalafx : scalafxml-core-sfx8_2.11 jar 0.4
org.scalafx : scalafx-extras_2.11 jar 0.1.0
net.imagej : ij jar 1.51f

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.5

Project Modules

There are no modules declared in this project.

ijp-scala-console

Simple user interface for executing Scala scripts. Can be run stand-alone or embedded in a desktop application.

Currently, it is primarily developed to be run as an ImageJ plugin. It can also run as a stand-alone application, see ScalaConsoleApp

Screenshot

Binaries can be downloaded from the [releases] page. Some additional info is at the old IJ Plugins project site.

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

net.sf.ij-plugins

IJ-Plugins

Plugining and libraries for ImageJ

Versions

Version
1.5.1
1.5.0
1.4.0