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