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