GroupId | GroupIdeu.stamp-project |
---|---|
ArtifactId | ArtifactIddspot-parent |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
dspot-parent-2.2.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stamp-project/dspot-parent/ -->
<dependency>
<groupId>eu.stamp-project</groupId>
<artifactId>dspot-parent</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.stamp-project/dspot-parent/
implementation 'eu.stamp-project:dspot-parent:2.2.1'
// https://jarcasting.com/artifacts/eu.stamp-project/dspot-parent/
implementation ("eu.stamp-project:dspot-parent:2.2.1")
'eu.stamp-project:dspot-parent:pom:2.2.1'
<dependency org="eu.stamp-project" name="dspot-parent" rev="2.2.1">
<artifact name="dspot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.stamp-project', module='dspot-parent', version='2.2.1')
)
libraryDependencies += "eu.stamp-project" % "dspot-parent" % "2.2.1"
[eu.stamp-project/dspot-parent "2.2.1"]