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