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