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