GroupId | GroupIdorg.langrid |
---|---|
ArtifactId | ArtifactIdservicegrid |
Version | Version1.0.14 |
Type | Typepom |
Filename | Size |
---|---|
servicegrid-1.0.14.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.langrid/servicegrid/ -->
<dependency>
<groupId>org.langrid</groupId>
<artifactId>servicegrid</artifactId>
<version>1.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.langrid/servicegrid/
implementation 'org.langrid:servicegrid:1.0.14'
// https://jarcasting.com/artifacts/org.langrid/servicegrid/
implementation ("org.langrid:servicegrid:1.0.14")
'org.langrid:servicegrid:pom:1.0.14'
<dependency org="org.langrid" name="servicegrid" rev="1.0.14">
<artifact name="servicegrid" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.langrid', module='servicegrid', version='1.0.14')
)
libraryDependencies += "org.langrid" % "servicegrid" % "1.0.14"
[org.langrid/servicegrid "1.0.14"]