GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdreport-api |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
report-api-1.0.0.pom | |
report-api-1.0.0.jar | 22 KB |
report-api-1.0.0-sources.jar | 13 KB |
report-api-1.0.0-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rbmhtechnology.vind/report-api/ -->
<dependency>
<groupId>com.rbmhtechnology.vind</groupId>
<artifactId>report-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/report-api/
implementation 'com.rbmhtechnology.vind:report-api:1.0.0'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/report-api/
implementation ("com.rbmhtechnology.vind:report-api:1.0.0")
'com.rbmhtechnology.vind:report-api:jar:1.0.0'
<dependency org="com.rbmhtechnology.vind" name="report-api" rev="1.0.0">
<artifact name="report-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='report-api', version='1.0.0')
)
libraryDependencies += "com.rbmhtechnology.vind" % "report-api" % "1.0.0"
[com.rbmhtechnology.vind/report-api "1.0.0"]