Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.peachjean.commons |
ArtifactId | ArtifactIdpjcommons-parent |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
pjcommons-parent-0.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.peachjean.commons/pjcommons-parent/ -->
<dependency>
<groupId>net.peachjean.commons</groupId>
<artifactId>pjcommons-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.commons/pjcommons-parent/
implementation 'net.peachjean.commons:pjcommons-parent:0.1'
// https://jarcasting.com/artifacts/net.peachjean.commons/pjcommons-parent/
implementation ("net.peachjean.commons:pjcommons-parent:0.1")
'net.peachjean.commons:pjcommons-parent:pom:0.1'
<dependency org="net.peachjean.commons" name="pjcommons-parent" rev="0.1">
<artifact name="pjcommons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.commons', module='pjcommons-parent', version='0.1')
)
libraryDependencies += "net.peachjean.commons" % "pjcommons-parent" % "0.1"
[net.peachjean.commons/pjcommons-parent "0.1"]