License |
License |
---|---|
GroupId | GroupIdorg.occurrent |
ArtifactId | ArtifactIdapplication-service |
Last Version | Last Version0.14.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionContains application specific support libraries
|
Filename | Size |
---|---|
application-service-0.14.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/application-service/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>application-service</artifactId>
<version>0.14.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/application-service/
implementation 'org.occurrent:application-service:0.14.3'
// https://jarcasting.com/artifacts/org.occurrent/application-service/
implementation ("org.occurrent:application-service:0.14.3")
'org.occurrent:application-service:pom:0.14.3'
<dependency org="org.occurrent" name="application-service" rev="0.14.3">
<artifact name="application-service" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='application-service', version='0.14.3')
)
libraryDependencies += "org.occurrent" % "application-service" % "0.14.3"
[org.occurrent/application-service "0.14.3"]