s

simulation-service

OSGi service where all simulation apps should register themselves
文件下载
文件名 操作
simulation-service-2.2.1.jar 下载
simulation-service-2.2.1.pom 下载
simulation-service-2.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ogema.apps</groupId>
  <artifactId>simulation-service</artifactId>
  <version>2.2.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ogema.apps:simulation-service:2.2.1'
Gradle Kotlin
implementation("org.ogema.apps:simulation-service:2.2.1")
Scala SBT
libraryDependencies += "org.ogema.apps" % "simulation-service" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ogema.apps', module='simulation-service', version='2.2.1')
)
Apache Ivy
<dependency org="org.ogema.apps" name="simulation-service" rev="2.2.1" />
Leiningen
[org.ogema.apps/simulation-service "2.2.1"]
Apache Buildr
'org.ogema.apps:simulation-service:jar:2.2.1'