Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.csfacturacion.csreporter |
ArtifactId | ArtifactIdcsreporter-api-java |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
csreporter-api-java-1.0.pom | |
csreporter-api-java-1.0.jar | 43 KB |
csreporter-api-java-1.0-sources.jar | 22 KB |
csreporter-api-java-1.0-javadoc.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.csfacturacion.csreporter/csreporter-api-java/ -->
<dependency>
<groupId>com.csfacturacion.csreporter</groupId>
<artifactId>csreporter-api-java</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.csfacturacion.csreporter/csreporter-api-java/
implementation 'com.csfacturacion.csreporter:csreporter-api-java:1.0'
// https://jarcasting.com/artifacts/com.csfacturacion.csreporter/csreporter-api-java/
implementation ("com.csfacturacion.csreporter:csreporter-api-java:1.0")
'com.csfacturacion.csreporter:csreporter-api-java:jar:1.0'
<dependency org="com.csfacturacion.csreporter" name="csreporter-api-java" rev="1.0">
<artifact name="csreporter-api-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.csfacturacion.csreporter', module='csreporter-api-java', version='1.0')
)
libraryDependencies += "com.csfacturacion.csreporter" % "csreporter-api-java" % "1.0"
[com.csfacturacion.csreporter/csreporter-api-java "1.0"]