| GroupId | GroupIdcom.github.provigen |
|---|---|
| ArtifactId | ArtifactIdProviGen-parent |
| Version | Version1.7.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ProviGen-parent-1.7.0.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.provigen/ProviGen-parent/ -->
<dependency>
<groupId>com.github.provigen</groupId>
<artifactId>ProviGen-parent</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.provigen/ProviGen-parent/
implementation 'com.github.provigen:ProviGen-parent:1.7.0'
// https://jarcasting.com/artifacts/com.github.provigen/ProviGen-parent/
implementation ("com.github.provigen:ProviGen-parent:1.7.0")
'com.github.provigen:ProviGen-parent:pom:1.7.0'
<dependency org="com.github.provigen" name="ProviGen-parent" rev="1.7.0">
<artifact name="ProviGen-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.provigen', module='ProviGen-parent', version='1.7.0')
)
libraryDependencies += "com.github.provigen" % "ProviGen-parent" % "1.7.0"
[com.github.provigen/ProviGen-parent "1.7.0"]