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