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

com.malliina.push.wns.Named.scala Maven / Gradle / Ivy

There is a newer version: 1.24.4
Show newest version
package com.malliina.push.wns

trait Named {
  def name: String
  override def toString: String = name
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy