Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.statful.client.framework |
ArtifactId | ArtifactIdstatful-springboot-starter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.statful.client.framework/statful-springboot-starter/ -->
<dependency>
<groupId>com.statful.client.framework</groupId>
<artifactId>statful-springboot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.statful.client.framework/statful-springboot-starter/
implementation 'com.statful.client.framework:statful-springboot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.statful.client.framework/statful-springboot-starter/
implementation ("com.statful.client.framework:statful-springboot-starter:1.0.0")
'com.statful.client.framework:statful-springboot-starter:jar:1.0.0'
<dependency org="com.statful.client.framework" name="statful-springboot-starter" rev="1.0.0">
<artifact name="statful-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.statful.client.framework', module='statful-springboot-starter', version='1.0.0')
)
libraryDependencies += "com.statful.client.framework" % "statful-springboot-starter" % "1.0.0"
[com.statful.client.framework/statful-springboot-starter "1.0.0"]