Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.mosip.datashare |
ArtifactId | ArtifactIddata-share-service |
Version | Version1.1.2-rc2 |
Type | Typejar |
Filename | Size |
---|---|
data-share-service-1.1.2-rc2.pom | |
data-share-service-1.1.2-rc2.jar | 169 MB |
data-share-service-1.1.2-rc2-sources.jar | 32 KB |
data-share-service-1.1.2-rc2-javadoc.jar | 653 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mosip.datashare/data-share-service/ -->
<dependency>
<groupId>io.mosip.datashare</groupId>
<artifactId>data-share-service</artifactId>
<version>1.1.2-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.datashare/data-share-service/
implementation 'io.mosip.datashare:data-share-service:1.1.2-rc2'
// https://jarcasting.com/artifacts/io.mosip.datashare/data-share-service/
implementation ("io.mosip.datashare:data-share-service:1.1.2-rc2")
'io.mosip.datashare:data-share-service:jar:1.1.2-rc2'
<dependency org="io.mosip.datashare" name="data-share-service" rev="1.1.2-rc2">
<artifact name="data-share-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.datashare', module='data-share-service', version='1.1.2-rc2')
)
libraryDependencies += "io.mosip.datashare" % "data-share-service" % "1.1.2-rc2"
[io.mosip.datashare/data-share-service "1.1.2-rc2"]