Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.statful.client |
ArtifactId | ArtifactIdcore |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.1.pom | |
core-1.0.1.jar | 24 KB |
core-1.0.1-tests.jar | 29 KB |
core-1.0.1-sources.jar | 17 KB |
core-1.0.1-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.statful.client/core/ -->
<dependency>
<groupId>com.statful.client</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.statful.client/core/
implementation 'com.statful.client:core:1.0.1'
// https://jarcasting.com/artifacts/com.statful.client/core/
implementation ("com.statful.client:core:1.0.1")
'com.statful.client:core:jar:1.0.1'
<dependency org="com.statful.client" name="core" rev="1.0.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.statful.client', module='core', version='1.0.1')
)
libraryDependencies += "com.statful.client" % "core" % "1.0.1"
[com.statful.client/core "1.0.1"]