GroupId | GroupIdorg.jsmart |
---|---|
ArtifactId | ArtifactIdmicro-simulator |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
micro-simulator-1.1.7.pom | |
micro-simulator-1.1.7.jar | 29 KB |
micro-simulator-1.1.7-sources.jar | 16 KB |
micro-simulator-1.1.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsmart/micro-simulator/
implementation 'org.jsmart:micro-simulator:1.1.7'
// https://jarcasting.com/artifacts/org.jsmart/micro-simulator/
implementation ("org.jsmart:micro-simulator:1.1.7")
'org.jsmart:micro-simulator:jar:1.1.7'
<dependency org="org.jsmart" name="micro-simulator" rev="1.1.7">
<artifact name="micro-simulator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsmart', module='micro-simulator', version='1.1.7')
)
libraryDependencies += "org.jsmart" % "micro-simulator" % "1.1.7"
[org.jsmart/micro-simulator "1.1.7"]