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