GroupId | GroupIdorg.jsmart |
---|---|
ArtifactId | ArtifactIdmicro-simulator |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
micro-simulator-1.1.6.pom | |
micro-simulator-1.1.6.jar | 29 KB |
micro-simulator-1.1.6-sources.jar | 16 KB |
micro-simulator-1.1.6-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsmart/micro-simulator/ -->
<dependency>
<groupId>org.jsmart</groupId>
<artifactId>micro-simulator</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsmart/micro-simulator/
implementation 'org.jsmart:micro-simulator:1.1.6'
// https://jarcasting.com/artifacts/org.jsmart/micro-simulator/
implementation ("org.jsmart:micro-simulator:1.1.6")
'org.jsmart:micro-simulator:jar:1.1.6'
<dependency org="org.jsmart" name="micro-simulator" rev="1.1.6">
<artifact name="micro-simulator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsmart', module='micro-simulator', version='1.1.6')
)
libraryDependencies += "org.jsmart" % "micro-simulator" % "1.1.6"
[org.jsmart/micro-simulator "1.1.6"]