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>
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.
Any contribution is welcome.
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.
You can get in touch by filing issues on this repository.
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.