GroupId | GroupIdcom.seelyn |
---|---|
ArtifactId | ArtifactIdapi-wrap-boot |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
api-wrap-boot-1.0.2.pom | |
api-wrap-boot-1.0.2.jar | 14 KB |
api-wrap-boot-1.0.2-sources.jar | 10 KB |
api-wrap-boot-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.seelyn/api-wrap-boot/
implementation 'com.seelyn:api-wrap-boot:1.0.2'
// https://jarcasting.com/artifacts/com.seelyn/api-wrap-boot/
implementation ("com.seelyn:api-wrap-boot:1.0.2")
'com.seelyn:api-wrap-boot:jar:1.0.2'
<dependency org="com.seelyn" name="api-wrap-boot" rev="1.0.2">
<artifact name="api-wrap-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seelyn', module='api-wrap-boot', version='1.0.2')
)
libraryDependencies += "com.seelyn" % "api-wrap-boot" % "1.0.2"
[com.seelyn/api-wrap-boot "1.0.2"]