Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-services |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
dirigible-services-3.1.2.pom | |
dirigible-services-3.1.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-services/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-services</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-services/
implementation 'org.eclipse.dirigible:dirigible-services:3.1.2'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-services/
implementation ("org.eclipse.dirigible:dirigible-services:3.1.2")
'org.eclipse.dirigible:dirigible-services:jar:3.1.2'
<dependency org="org.eclipse.dirigible" name="dirigible-services" rev="3.1.2">
<artifact name="dirigible-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-services', version='3.1.2')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-services" % "3.1.2"
[org.eclipse.dirigible/dirigible-services "3.1.2"]