is not current version
Last Version 0.1.15

com.dataheaps:aspectrest 0.1.13

Annotation-based Servlet for handling REST APIs

Categories

Categories

Data
GroupId

GroupId

com.dataheaps
ArtifactId

ArtifactId

aspectrest
Version

Version

0.1.13
Type

Type

jar

Download aspectrest 0.1.13


<!-- 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"]