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