Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

tmio/scalamain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.