Categories |
CategoriesNet Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdnet.sf.automatic-report-generator |
ArtifactId | ArtifactIdgeneric-generator |
Version | Versionv1.1 |
Type | Typejar |
Filename | Size |
---|---|
generic-generator-v1.1.pom | |
generic-generator-v1.1.jar | 8 KB |
generic-generator-v1.1-sources.jar | 4 KB |
generic-generator-v1.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.automatic-report-generator/generic-generator/ -->
<dependency>
<groupId>net.sf.automatic-report-generator</groupId>
<artifactId>generic-generator</artifactId>
<version>v1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.automatic-report-generator/generic-generator/
implementation 'net.sf.automatic-report-generator:generic-generator:v1.1'
// https://jarcasting.com/artifacts/net.sf.automatic-report-generator/generic-generator/
implementation ("net.sf.automatic-report-generator:generic-generator:v1.1")
'net.sf.automatic-report-generator:generic-generator:jar:v1.1'
<dependency org="net.sf.automatic-report-generator" name="generic-generator" rev="v1.1">
<artifact name="generic-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.automatic-report-generator', module='generic-generator', version='v1.1')
)
libraryDependencies += "net.sf.automatic-report-generator" % "generic-generator" % "v1.1"
[net.sf.automatic-report-generator/generic-generator "v1.1"]