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