| GroupId | GroupIdcom.github.stacs-srg |
|---|---|
| ArtifactId | ArtifactIdcommon-pom |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| common-pom-1.0.1.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.stacs-srg/common-pom/ -->
<dependency>
<groupId>com.github.stacs-srg</groupId>
<artifactId>common-pom</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stacs-srg/common-pom/
implementation 'com.github.stacs-srg:common-pom:1.0.1'
// https://jarcasting.com/artifacts/com.github.stacs-srg/common-pom/
implementation ("com.github.stacs-srg:common-pom:1.0.1")
'com.github.stacs-srg:common-pom:pom:1.0.1'
<dependency org="com.github.stacs-srg" name="common-pom" rev="1.0.1">
<artifact name="common-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stacs-srg', module='common-pom', version='1.0.1')
)
libraryDependencies += "com.github.stacs-srg" % "common-pom" % "1.0.1"
[com.github.stacs-srg/common-pom "1.0.1"]