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