GroupId | GroupIdorg.sindice.siren |
---|---|
ArtifactId | ArtifactIdsiren-core |
Version | Version0.2.3-RC1 |
Type | Typejar |
Filename | Size |
---|---|
siren-core-0.2.3-RC1.pom | |
siren-core-0.2.3-RC1.jar | 206 KB |
siren-core-0.2.3-RC1-tests.jar | 435 KB |
siren-core-0.2.3-RC1-test-sources.jar | 391 KB |
siren-core-0.2.3-RC1-sources.jar | 186 KB |
siren-core-0.2.3-RC1-javadoc.jar | 482 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sindice.siren/siren-core/ -->
<dependency>
<groupId>org.sindice.siren</groupId>
<artifactId>siren-core</artifactId>
<version>0.2.3-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sindice.siren/siren-core/
implementation 'org.sindice.siren:siren-core:0.2.3-RC1'
// https://jarcasting.com/artifacts/org.sindice.siren/siren-core/
implementation ("org.sindice.siren:siren-core:0.2.3-RC1")
'org.sindice.siren:siren-core:jar:0.2.3-RC1'
<dependency org="org.sindice.siren" name="siren-core" rev="0.2.3-RC1">
<artifact name="siren-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sindice.siren', module='siren-core', version='0.2.3-RC1')
)
libraryDependencies += "org.sindice.siren" % "siren-core" % "0.2.3-RC1"
[org.sindice.siren/siren-core "0.2.3-RC1"]