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