Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.statful.client.framework |
ArtifactId | ArtifactIdclient-springboot |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
client-springboot-1.0.7.pom | |
client-springboot-1.0.7.jar | 37 KB |
client-springboot-1.0.7-sources.jar | 23 KB |
client-springboot-1.0.7-javadoc.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/ -->
<dependency>
<groupId>com.statful.client.framework</groupId>
<artifactId>client-springboot</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/
implementation 'com.statful.client.framework:client-springboot:1.0.7'
// https://jarcasting.com/artifacts/com.statful.client.framework/client-springboot/
implementation ("com.statful.client.framework:client-springboot:1.0.7")
'com.statful.client.framework:client-springboot:jar:1.0.7'
<dependency org="com.statful.client.framework" name="client-springboot" rev="1.0.7">
<artifact name="client-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.statful.client.framework', module='client-springboot', version='1.0.7')
)
libraryDependencies += "com.statful.client.framework" % "client-springboot" % "1.0.7"
[com.statful.client.framework/client-springboot "1.0.7"]