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