All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testapp.Person.groovy Maven / Gradle / Ivy

package testapp

class Person {
    String firstName
    String lastName
    String gender
    Integer age

    String emailAddress
    String cell
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy