is not current version
Last Version 0.2.1

com.github.marschall:jfr-resttemplate 0.2.0

A RestTemplate that generates JFR events.

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

jfr-resttemplate
Version

Version

0.2.0
Type

Type

jar

Download jfr-resttemplate 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.marschall/jfr-resttemplate/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>jfr-resttemplate</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/jfr-resttemplate/
implementation 'com.github.marschall:jfr-resttemplate:0.2.0'
// https://jarcasting.com/artifacts/com.github.marschall/jfr-resttemplate/
implementation ("com.github.marschall:jfr-resttemplate:0.2.0")
'com.github.marschall:jfr-resttemplate:jar:0.2.0'
<dependency org="com.github.marschall" name="jfr-resttemplate" rev="0.2.0">
  <artifact name="jfr-resttemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='jfr-resttemplate', version='0.2.0')
)
libraryDependencies += "com.github.marschall" % "jfr-resttemplate" % "0.2.0"
[com.github.marschall/jfr-resttemplate "0.2.0"]