Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.reqtracer |
ArtifactId | ArtifactIdjrt-reporter |
Version | Version1.6.4 |
Type | Typejar |
Filename | Size |
---|---|
jrt-reporter-1.6.4.pom | |
jrt-reporter-1.6.4.jar | 38 KB |
jrt-reporter-1.6.4-test-sources.jar | 12 KB |
jrt-reporter-1.6.4-sources.jar | 26 KB |
jrt-reporter-1.6.4-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.reqtracer/jrt-reporter/ -->
<dependency>
<groupId>net.sourceforge.reqtracer</groupId>
<artifactId>jrt-reporter</artifactId>
<version>1.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.reqtracer/jrt-reporter/
implementation 'net.sourceforge.reqtracer:jrt-reporter:1.6.4'
// https://jarcasting.com/artifacts/net.sourceforge.reqtracer/jrt-reporter/
implementation ("net.sourceforge.reqtracer:jrt-reporter:1.6.4")
'net.sourceforge.reqtracer:jrt-reporter:jar:1.6.4'
<dependency org="net.sourceforge.reqtracer" name="jrt-reporter" rev="1.6.4">
<artifact name="jrt-reporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.reqtracer', module='jrt-reporter', version='1.6.4')
)
libraryDependencies += "net.sourceforge.reqtracer" % "jrt-reporter" % "1.6.4"
[net.sourceforge.reqtracer/jrt-reporter "1.6.4"]