KD4 / kotlin-examples-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin hello-world example with maven

요구사항

Compiling/Testing/Running the example

프로젝트에 메이븐 설정을 마쳤다면 아래와 같이 입력해서 예제 클래스들을 컴파일 할 수 있습니다.

mvn test

Only running the example

테스트 코드가 작동한 후에 maven의 exec 플러그인을 이용한

아래 커멘드를 통해서 예제를 실행해볼 수 있습니다

mvn exec:java

About


Languages

Language:Kotlin 100.0%