Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdch.squaredesk.nova |
ArtifactId | ArtifactIdservice |
Version | Version6.0.0 |
Type | Typejar |
Filename | Size |
---|---|
service-6.0.0.pom | |
service-6.0.0.jar | 14 KB |
service-6.0.0-sources.jar | 9 KB |
service-6.0.0-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.squaredesk.nova/service/ -->
<dependency>
<groupId>ch.squaredesk.nova</groupId>
<artifactId>service</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.squaredesk.nova/service/
implementation 'ch.squaredesk.nova:service:6.0.0'
// https://jarcasting.com/artifacts/ch.squaredesk.nova/service/
implementation ("ch.squaredesk.nova:service:6.0.0")
'ch.squaredesk.nova:service:jar:6.0.0'
<dependency org="ch.squaredesk.nova" name="service" rev="6.0.0">
<artifact name="service" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.squaredesk.nova', module='service', version='6.0.0')
)
libraryDependencies += "ch.squaredesk.nova" % "service" % "6.0.0"
[ch.squaredesk.nova/service "6.0.0"]