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

acsgh.mad.scala.examples.jetty.Person.scala Maven / Gradle / Ivy

The newest version!
package acsgh.mad.scala.examples.jetty

case class Person
(
  id: Long,
  name: String,
  age: Long
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy