GroupId | GroupIdcom.github.ltsopensource |
---|---|
ArtifactId | ArtifactIdlts-admin |
Version | Version1.6.9 |
Type | Typewar |
Filename | Size |
---|---|
lts-admin-1.6.9.pom | |
lts-admin-1.6.9.war | 21 MB |
lts-admin-1.6.9-sources.jar | 64 KB |
lts-admin-1.6.9-javadoc.jar | 380 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ltsopensource/lts-admin/ -->
<dependency>
<groupId>com.github.ltsopensource</groupId>
<artifactId>lts-admin</artifactId>
<version>1.6.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ltsopensource/lts-admin/
implementation 'com.github.ltsopensource:lts-admin:1.6.9'
// https://jarcasting.com/artifacts/com.github.ltsopensource/lts-admin/
implementation ("com.github.ltsopensource:lts-admin:1.6.9")
'com.github.ltsopensource:lts-admin:war:1.6.9'
<dependency org="com.github.ltsopensource" name="lts-admin" rev="1.6.9">
<artifact name="lts-admin" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.ltsopensource', module='lts-admin', version='1.6.9')
)
libraryDependencies += "com.github.ltsopensource" % "lts-admin" % "1.6.9"
[com.github.ltsopensource/lts-admin "1.6.9"]