Categories |
CategoriesData CLI User Interface CRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdnl.crashdata.crashdata-parent |
ArtifactId | ArtifactIdeclipse-settings |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
eclipse-settings-1.7.pom | |
eclipse-settings-1.7.jar | 10 KB |
eclipse-settings-1.7-tests.jar | 2 KB |
eclipse-settings-1.7-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.crashdata.crashdata-parent/eclipse-settings/ -->
<dependency>
<groupId>nl.crashdata.crashdata-parent</groupId>
<artifactId>eclipse-settings</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/nl.crashdata.crashdata-parent/eclipse-settings/
implementation 'nl.crashdata.crashdata-parent:eclipse-settings:1.7'
// https://jarcasting.com/artifacts/nl.crashdata.crashdata-parent/eclipse-settings/
implementation ("nl.crashdata.crashdata-parent:eclipse-settings:1.7")
'nl.crashdata.crashdata-parent:eclipse-settings:jar:1.7'
<dependency org="nl.crashdata.crashdata-parent" name="eclipse-settings" rev="1.7">
<artifact name="eclipse-settings" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.crashdata.crashdata-parent', module='eclipse-settings', version='1.7')
)
libraryDependencies += "nl.crashdata.crashdata-parent" % "eclipse-settings" % "1.7"
[nl.crashdata.crashdata-parent/eclipse-settings "1.7"]