| GroupId | GroupIdcom.github.infogen7 |
|---|---|
| ArtifactId | ArtifactIdinfogen_core |
| Version | VersionV2.7.1R171107 |
| Type | Typejar |
| Filename | Size |
|---|---|
| infogen_core-V2.7.1R171107.pom | |
| infogen_core-V2.7.1R171107.jar | 24 KB |
| infogen_core-V2.7.1R171107-sources.jar | 16 KB |
| infogen_core-V2.7.1R171107-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.infogen7/infogen_core/ -->
<dependency>
<groupId>com.github.infogen7</groupId>
<artifactId>infogen_core</artifactId>
<version>V2.7.1R171107</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.infogen7/infogen_core/
implementation 'com.github.infogen7:infogen_core:V2.7.1R171107'
// https://jarcasting.com/artifacts/com.github.infogen7/infogen_core/
implementation ("com.github.infogen7:infogen_core:V2.7.1R171107")
'com.github.infogen7:infogen_core:jar:V2.7.1R171107'
<dependency org="com.github.infogen7" name="infogen_core" rev="V2.7.1R171107">
<artifact name="infogen_core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.infogen7', module='infogen_core', version='V2.7.1R171107')
)
libraryDependencies += "com.github.infogen7" % "infogen_core" % "V2.7.1R171107"
[com.github.infogen7/infogen_core "V2.7.1R171107"]