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