/* * Examples for Java * * Copyright (c) 2021. Elex. All Rights Reserved. * https://www.elex-project.com/ */ plugins { id("elex-java") } dependencies { implementation("com.fazecast:jSerialComm:2.7.0") }