Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.maizegenetics |
ArtifactId | ArtifactIdphg |
Version | Version0.0.26 |
Type | Typejar |
Filename | Size |
---|---|
phg-0.0.26.pom | |
phg-0.0.26.jar | 1 MB |
phg-0.0.26-sources.jar | 492 KB |
phg-0.0.26-javadoc.jar | 903 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.maizegenetics/phg/ -->
<dependency>
<groupId>net.maizegenetics</groupId>
<artifactId>phg</artifactId>
<version>0.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/net.maizegenetics/phg/
implementation 'net.maizegenetics:phg:0.0.26'
// https://jarcasting.com/artifacts/net.maizegenetics/phg/
implementation ("net.maizegenetics:phg:0.0.26")
'net.maizegenetics:phg:jar:0.0.26'
<dependency org="net.maizegenetics" name="phg" rev="0.0.26">
<artifact name="phg" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.maizegenetics', module='phg', version='0.0.26')
)
libraryDependencies += "net.maizegenetics" % "phg" % "0.0.26"
[net.maizegenetics/phg "0.0.26"]