GroupId | GroupIdcom.seelyn |
---|---|
ArtifactId | ArtifactIdapi-wrap-boot |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
api-wrap-boot-1.0.3.pom | |
api-wrap-boot-1.0.3.jar | 14 KB |
api-wrap-boot-1.0.3-sources.jar | 10 KB |
api-wrap-boot-1.0.3-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seelyn/api-wrap-boot/ -->
<dependency>
<groupId>com.seelyn</groupId>
<artifactId>api-wrap-boot</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.seelyn/api-wrap-boot/
implementation 'com.seelyn:api-wrap-boot:1.0.3'
// https://jarcasting.com/artifacts/com.seelyn/api-wrap-boot/
implementation ("com.seelyn:api-wrap-boot:1.0.3")
'com.seelyn:api-wrap-boot:jar:1.0.3'
<dependency org="com.seelyn" name="api-wrap-boot" rev="1.0.3">
<artifact name="api-wrap-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seelyn', module='api-wrap-boot', version='1.0.3')
)
libraryDependencies += "com.seelyn" % "api-wrap-boot" % "1.0.3"
[com.seelyn/api-wrap-boot "1.0.3"]