GroupId | GroupIdcom.dinstone.motor |
---|---|
ArtifactId | ArtifactIdmotor-launcher |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
motor-launcher-1.1.0.pom | |
motor-launcher-1.1.0.jar | 15 KB |
motor-launcher-1.1.0-sources.jar | 9 KB |
motor-launcher-1.1.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dinstone.motor/motor-launcher/ -->
<dependency>
<groupId>com.dinstone.motor</groupId>
<artifactId>motor-launcher</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.motor/motor-launcher/
implementation 'com.dinstone.motor:motor-launcher:1.1.0'
// https://jarcasting.com/artifacts/com.dinstone.motor/motor-launcher/
implementation ("com.dinstone.motor:motor-launcher:1.1.0")
'com.dinstone.motor:motor-launcher:jar:1.1.0'
<dependency org="com.dinstone.motor" name="motor-launcher" rev="1.1.0">
<artifact name="motor-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.motor', module='motor-launcher', version='1.1.0')
)
libraryDependencies += "com.dinstone.motor" % "motor-launcher" % "1.1.0"
[com.dinstone.motor/motor-launcher "1.1.0"]