Essays about: "Gradle"

Found 3 essays containing the word Gradle.

  1. 1. Automatic Building Of Java Projects On GitHub: A Study On Reproducibility

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Tommy Yasi; Jingzhong Qin; [2022]
    Keywords : Software; Software engineering; Building tools; Build failures; Java;

    Abstract : Software build tools like Maven and Gradle help us automate projects’ build phase but still require developers to be involved. To allow software engineers to work with multiple projects with high productivity, they need to be able to build them efficiently. READ MORE

  2. 2. Prototyping a formal system modeling workbench in the java ecosystem : A Domain Specific Language in Groovy

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Joakim Savegren; Joar Edling; [2022]
    Keywords : ForSyDe; Models of Computation; Domain Specific Language DSL ; Data-flow; Embedded Software; Modeling; Programvara för inbyggda system; ForSyDe; Beräkningsmodeller; Domänspecifika språk; Data flöde; Modellering;

    Abstract : Modeling is a fundamental property in today’s development of embedded systems. Models of computation enable us to describe the functionality and characteristics of a system on a higher abstraction level which gives the designer great insight in the behavior of the final implemented system at a very early stage in the design process. READ MORE

  3. 3. The Usefulness of Programming Languages Beyond Java

    University essay from Linköpings universitet/Programvara och system

    Author : Alexander Jonsson; [2019]
    Keywords : Java virtual machine; JVM; Scala; Jython; Kotlin; project; IntelliJ Idea; Gradle; Paradigm; nullable; typing;

    Abstract : Beyond Java, new programming languages running on the Java virtual machine (JVM) have been developed, such as Kotlin, Scala, JRuby and Clojure amongst others. Since all those languages compile to Java bytecode, they should theoretically be able to be used together in a project. READ MORE