| GroupId | GroupIdcom.github.frtu.governance |
|---|---|
| ArtifactId | ArtifactIdmaster-pom |
| Version | Version0.3.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| master-pom-0.3.5.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.frtu.governance/master-pom/ -->
<dependency>
<groupId>com.github.frtu.governance</groupId>
<artifactId>master-pom</artifactId>
<version>0.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.governance/master-pom/
implementation 'com.github.frtu.governance:master-pom:0.3.5'
// https://jarcasting.com/artifacts/com.github.frtu.governance/master-pom/
implementation ("com.github.frtu.governance:master-pom:0.3.5")
'com.github.frtu.governance:master-pom:pom:0.3.5'
<dependency org="com.github.frtu.governance" name="master-pom" rev="0.3.5">
<artifact name="master-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.governance', module='master-pom', version='0.3.5')
)
libraryDependencies += "com.github.frtu.governance" % "master-pom" % "0.3.5"
[com.github.frtu.governance/master-pom "0.3.5"]