Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ScalaMain

Build Status

Available on Maven Central:

For Buildr:

'io.tmio:scalamain:jar:1.0.3'

For Maven:

<dependency>
    <groupId>io.tmio</groupId>
    <artifactId>scalamain</artifactId>
    <version>1.0.3</version>
</dependency>

Usage

Scalamain is a simple library to help call a scala object method. Usually this can be done by calling scala com.biz.MyObject. However in some cases we're stuck with Java.

Contribute

Any contribution is welcome.

Develop

Clone this repository and make changes to the code. Open a pull request against this repository. We will make sure that Travis build passes before merging.

Get in touch

You can get in touch by filing issues on this repository.

License

Copyright 2016 Antoine Toulme

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A Java Main class that can run Scala programs with a main object.

Resources

License

Packages

No packages published
You can’t perform that action at this time.