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