License |
License |
---|---|
GroupId | GroupIdcom.dinstone.motor |
ArtifactId | ArtifactIdmotor-scripts |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionMotor is a Java application launcher, simplify the start and stop grace of Java applications.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
motor-scripts-1.2.0.pom | |
motor-scripts-1.2.0.jar | 6 KB |
motor-scripts-1.2.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dinstone.motor/motor-scripts/ -->
<dependency>
<groupId>com.dinstone.motor</groupId>
<artifactId>motor-scripts</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.motor/motor-scripts/
implementation 'com.dinstone.motor:motor-scripts:1.2.0'
// https://jarcasting.com/artifacts/com.dinstone.motor/motor-scripts/
implementation ("com.dinstone.motor:motor-scripts:1.2.0")
'com.dinstone.motor:motor-scripts:jar:1.2.0'
<dependency org="com.dinstone.motor" name="motor-scripts" rev="1.2.0">
<artifact name="motor-scripts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.motor', module='motor-scripts', version='1.2.0')
)
libraryDependencies += "com.dinstone.motor" % "motor-scripts" % "1.2.0"
[com.dinstone.motor/motor-scripts "1.2.0"]