GroupId | GroupIdcom.github.L-kaxy |
---|---|
ArtifactId | ArtifactIdsuperboot-core |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
superboot-core-1.1.0.pom | |
superboot-core-1.1.0.jar | 42 KB |
superboot-core-1.1.0-sources.jar | 29 KB |
superboot-core-1.1.0-javadoc.jar | 235 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.L-kaxy/superboot-core/ -->
<dependency>
<groupId>com.github.L-kaxy</groupId>
<artifactId>superboot-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.L-kaxy/superboot-core/
implementation 'com.github.L-kaxy:superboot-core:1.1.0'
// https://jarcasting.com/artifacts/com.github.L-kaxy/superboot-core/
implementation ("com.github.L-kaxy:superboot-core:1.1.0")
'com.github.L-kaxy:superboot-core:jar:1.1.0'
<dependency org="com.github.L-kaxy" name="superboot-core" rev="1.1.0">
<artifact name="superboot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.L-kaxy', module='superboot-core', version='1.1.0')
)
libraryDependencies += "com.github.L-kaxy" % "superboot-core" % "1.1.0"
[com.github.L-kaxy/superboot-core "1.1.0"]