GroupId | GroupIdorg.sindice.siren |
---|---|
ArtifactId | ArtifactIdsiren-parent |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
siren-parent-0.2.2.pom | 3 KB |
siren-parent-0.2.2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sindice.siren/siren-parent/ -->
<dependency>
<groupId>org.sindice.siren</groupId>
<artifactId>siren-parent</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sindice.siren/siren-parent/
implementation 'org.sindice.siren:siren-parent:0.2.2'
// https://jarcasting.com/artifacts/org.sindice.siren/siren-parent/
implementation ("org.sindice.siren:siren-parent:0.2.2")
'org.sindice.siren:siren-parent:jar:0.2.2'
<dependency org="org.sindice.siren" name="siren-parent" rev="0.2.2">
<artifact name="siren-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sindice.siren', module='siren-parent', version='0.2.2')
)
libraryDependencies += "org.sindice.siren" % "siren-parent" % "0.2.2"
[org.sindice.siren/siren-parent "0.2.2"]