GroupId | GroupIdcom.getperka |
---|---|
ArtifactId | ArtifactIdperka-oss-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
perka-oss-parent-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.getperka/perka-oss-parent/ -->
<dependency>
<groupId>com.getperka</groupId>
<artifactId>perka-oss-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.getperka/perka-oss-parent/
implementation 'com.getperka:perka-oss-parent:1.0'
// https://jarcasting.com/artifacts/com.getperka/perka-oss-parent/
implementation ("com.getperka:perka-oss-parent:1.0")
'com.getperka:perka-oss-parent:pom:1.0'
<dependency org="com.getperka" name="perka-oss-parent" rev="1.0">
<artifact name="perka-oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.getperka', module='perka-oss-parent', version='1.0')
)
libraryDependencies += "com.getperka" % "perka-oss-parent" % "1.0"
[com.getperka/perka-oss-parent "1.0"]