Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdit.tidalwave.superpom |
ArtifactId | ArtifactIdplatform |
Version | VersionRELEASE80-1 |
Type | Typepom |
Filename | Size |
---|---|
platform-RELEASE80-1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.tidalwave.superpom/platform/ -->
<dependency>
<groupId>it.tidalwave.superpom</groupId>
<artifactId>platform</artifactId>
<version>RELEASE80-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.superpom/platform/
implementation 'it.tidalwave.superpom:platform:RELEASE80-1'
// https://jarcasting.com/artifacts/it.tidalwave.superpom/platform/
implementation ("it.tidalwave.superpom:platform:RELEASE80-1")
'it.tidalwave.superpom:platform:pom:RELEASE80-1'
<dependency org="it.tidalwave.superpom" name="platform" rev="RELEASE80-1">
<artifact name="platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.superpom', module='platform', version='RELEASE80-1')
)
libraryDependencies += "it.tidalwave.superpom" % "platform" % "RELEASE80-1"
[it.tidalwave.superpom/platform "RELEASE80-1"]