| GroupId | GroupIdcom.linchtech |
|---|---|
| ArtifactId | ArtifactIdboot-starter |
| Version | Version0.0.12-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| boot-starter-0.0.12-RELEASE.pom | |
| boot-starter-0.0.12-RELEASE.jar | 82 KB |
| boot-starter-0.0.12-RELEASE-sources.jar | 36 KB |
| boot-starter-0.0.12-RELEASE-javadoc.jar | 247 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.linchtech/boot-starter/ -->
<dependency>
<groupId>com.linchtech</groupId>
<artifactId>boot-starter</artifactId>
<version>0.0.12-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.linchtech/boot-starter/
implementation 'com.linchtech:boot-starter:0.0.12-RELEASE'
// https://jarcasting.com/artifacts/com.linchtech/boot-starter/
implementation ("com.linchtech:boot-starter:0.0.12-RELEASE")
'com.linchtech:boot-starter:jar:0.0.12-RELEASE'
<dependency org="com.linchtech" name="boot-starter" rev="0.0.12-RELEASE">
<artifact name="boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linchtech', module='boot-starter', version='0.0.12-RELEASE')
)
libraryDependencies += "com.linchtech" % "boot-starter" % "0.0.12-RELEASE"
[com.linchtech/boot-starter "0.0.12-RELEASE"]