is not current version
Last Version 1.0.1

com.github.scalaomg:scala-omg 1.0.0

A Scala library that simplifies client-server videogames development

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.scalaomg
ArtifactId

ArtifactId

scala-omg
Version

Version

1.0.0
Type

Type

jar

Download scala-omg 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.scalaomg/scala-omg/ -->
<dependency>
    <groupId>com.github.scalaomg</groupId>
    <artifactId>scala-omg</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalaomg/scala-omg/
implementation 'com.github.scalaomg:scala-omg:1.0.0'
// https://jarcasting.com/artifacts/com.github.scalaomg/scala-omg/
implementation ("com.github.scalaomg:scala-omg:1.0.0")
'com.github.scalaomg:scala-omg:jar:1.0.0'
<dependency org="com.github.scalaomg" name="scala-omg" rev="1.0.0">
  <artifact name="scala-omg" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalaomg', module='scala-omg', version='1.0.0')
)
libraryDependencies += "com.github.scalaomg" % "scala-omg" % "1.0.0"
[com.github.scalaomg/scala-omg "1.0.0"]