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