Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.dataheaps |
ArtifactId | ArtifactIdaspectrest |
Version | Version0.1.13 |
Type | Typejar |
Filename | Size |
---|---|
aspectrest-0.1.13.pom | |
aspectrest-0.1.13.jar | 29 KB |
aspectrest-0.1.13-sources.jar | 18 KB |
aspectrest-0.1.13-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dataheaps/aspectrest/ -->
<dependency>
<groupId>com.dataheaps</groupId>
<artifactId>aspectrest</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.dataheaps/aspectrest/
implementation 'com.dataheaps:aspectrest:0.1.13'
// https://jarcasting.com/artifacts/com.dataheaps/aspectrest/
implementation ("com.dataheaps:aspectrest:0.1.13")
'com.dataheaps:aspectrest:jar:0.1.13'
<dependency org="com.dataheaps" name="aspectrest" rev="0.1.13">
<artifact name="aspectrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dataheaps', module='aspectrest', version='0.1.13')
)
libraryDependencies += "com.dataheaps" % "aspectrest" % "0.1.13"
[com.dataheaps/aspectrest "0.1.13"]