| GroupId | GroupIdcom.github.stacs-srg |
|---|---|
| ArtifactId | ArtifactIdpopulation-records |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| population-records-1.0.2.pom | |
| population-records-1.0.2.jar | 28 KB |
| population-records-1.0.2-sources.jar | 17 KB |
| population-records-1.0.2-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.stacs-srg/population-records/ -->
<dependency>
<groupId>com.github.stacs-srg</groupId>
<artifactId>population-records</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stacs-srg/population-records/
implementation 'com.github.stacs-srg:population-records:1.0.2'
// https://jarcasting.com/artifacts/com.github.stacs-srg/population-records/
implementation ("com.github.stacs-srg:population-records:1.0.2")
'com.github.stacs-srg:population-records:jar:1.0.2'
<dependency org="com.github.stacs-srg" name="population-records" rev="1.0.2">
<artifact name="population-records" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stacs-srg', module='population-records', version='1.0.2')
)
libraryDependencies += "com.github.stacs-srg" % "population-records" % "1.0.2"
[com.github.stacs-srg/population-records "1.0.2"]