| License |
License |
|---|---|
| GroupId | GroupIdio.mosip.print |
| ArtifactId | ArtifactIdprint |
| Last Version | Last Version1.2.0-prerel |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionprint
Parent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| print-1.2.0-prerel.pom | |
| print-1.2.0-prerel.jar | 63 MB |
| print-1.2.0-prerel-sources.jar | 126 KB |
| print-1.2.0-prerel-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.mosip.print/print/ -->
<dependency>
<groupId>io.mosip.print</groupId>
<artifactId>print</artifactId>
<version>1.2.0-prerel</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.print/print/
implementation 'io.mosip.print:print:1.2.0-prerel'
// https://jarcasting.com/artifacts/io.mosip.print/print/
implementation ("io.mosip.print:print:1.2.0-prerel")
'io.mosip.print:print:jar:1.2.0-prerel'
<dependency org="io.mosip.print" name="print" rev="1.2.0-prerel">
<artifact name="print" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.print', module='print', version='1.2.0-prerel')
)
libraryDependencies += "io.mosip.print" % "print" % "1.2.0-prerel"
[io.mosip.print/print "1.2.0-prerel"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.2.RELEASE |
| org.mockito : mockito-core | jar | 2.22.0 |