GroupId | GroupIdorg.uncommons |
---|---|
ArtifactId | ArtifactIdreportng |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
reportng-1.1.1.pom | |
reportng-1.1.1.jar | 40 KB |
reportng-1.1.1-test-sources.jar | 7 KB |
reportng-1.1.1-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uncommons/reportng/ -->
<dependency>
<groupId>org.uncommons</groupId>
<artifactId>reportng</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.uncommons/reportng/
implementation 'org.uncommons:reportng:1.1.1'
// https://jarcasting.com/artifacts/org.uncommons/reportng/
implementation ("org.uncommons:reportng:1.1.1")
'org.uncommons:reportng:jar:1.1.1'
<dependency org="org.uncommons" name="reportng" rev="1.1.1">
<artifact name="reportng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uncommons', module='reportng', version='1.1.1')
)
libraryDependencies += "org.uncommons" % "reportng" % "1.1.1"
[org.uncommons/reportng "1.1.1"]