| GroupId | GroupIdcom.touscm |
|---|---|
| ArtifactId | ArtifactIdquicker-boot |
| Version | Version1.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| quicker-boot-1.2.5.pom | |
| quicker-boot-1.2.5.jar | 102 KB |
| quicker-boot-1.2.5-sources.jar | 67 KB |
| quicker-boot-1.2.5-javadoc.jar | 439 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.touscm/quicker-boot/ -->
<dependency>
<groupId>com.touscm</groupId>
<artifactId>quicker-boot</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.touscm/quicker-boot/
implementation 'com.touscm:quicker-boot:1.2.5'
// https://jarcasting.com/artifacts/com.touscm/quicker-boot/
implementation ("com.touscm:quicker-boot:1.2.5")
'com.touscm:quicker-boot:jar:1.2.5'
<dependency org="com.touscm" name="quicker-boot" rev="1.2.5">
<artifact name="quicker-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.touscm', module='quicker-boot', version='1.2.5')
)
libraryDependencies += "com.touscm" % "quicker-boot" % "1.2.5"
[com.touscm/quicker-boot "1.2.5"]