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