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