GroupId | GroupIdcom.github.ltsopensource |
---|---|
ArtifactId | ArtifactIdlts-parent |
Version | Version1.6.7.1 |
Type | Typepom |
Filename | Size |
---|---|
lts-parent-1.6.7.1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ltsopensource/lts-parent/ -->
<dependency>
<groupId>com.github.ltsopensource</groupId>
<artifactId>lts-parent</artifactId>
<version>1.6.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ltsopensource/lts-parent/
implementation 'com.github.ltsopensource:lts-parent:1.6.7.1'
// https://jarcasting.com/artifacts/com.github.ltsopensource/lts-parent/
implementation ("com.github.ltsopensource:lts-parent:1.6.7.1")
'com.github.ltsopensource:lts-parent:pom:1.6.7.1'
<dependency org="com.github.ltsopensource" name="lts-parent" rev="1.6.7.1">
<artifact name="lts-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ltsopensource', module='lts-parent', version='1.6.7.1')
)
libraryDependencies += "com.github.ltsopensource" % "lts-parent" % "1.6.7.1"
[com.github.ltsopensource/lts-parent "1.6.7.1"]