| GroupId | GroupIdorg.mymmsc |
|---|---|
| ArtifactId | ArtifactIdhotwheel-asio |
| Version | Version5.5.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hotwheel-asio-5.5.4.pom | |
| hotwheel-asio-5.5.4.jar | 48 KB |
| hotwheel-asio-5.5.4-sources.jar | 35 KB |
| hotwheel-asio-5.5.4-javadoc.jar | 151 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mymmsc/hotwheel-asio/ -->
<dependency>
<groupId>org.mymmsc</groupId>
<artifactId>hotwheel-asio</artifactId>
<version>5.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mymmsc/hotwheel-asio/
implementation 'org.mymmsc:hotwheel-asio:5.5.4'
// https://jarcasting.com/artifacts/org.mymmsc/hotwheel-asio/
implementation ("org.mymmsc:hotwheel-asio:5.5.4")
'org.mymmsc:hotwheel-asio:jar:5.5.4'
<dependency org="org.mymmsc" name="hotwheel-asio" rev="5.5.4">
<artifact name="hotwheel-asio" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mymmsc', module='hotwheel-asio', version='5.5.4')
)
libraryDependencies += "org.mymmsc" % "hotwheel-asio" % "5.5.4"
[org.mymmsc/hotwheel-asio "5.5.4"]