License |
License |
---|---|
Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration ORM Data |
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.equinox.simpleconfigurator |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Configurator
Simple Configurator
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.simpleconfigurator/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.simpleconfigurator</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.simpleconfigurator/
implementation 'org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:1.4.0'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.simpleconfigurator/
implementation ("org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:1.4.0")
'org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:jar:1.4.0'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.simpleconfigurator" rev="1.4.0">
<artifact name="org.eclipse.equinox.simpleconfigurator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.simpleconfigurator', version='1.4.0')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.simpleconfigurator" % "1.4.0"
[org.eclipse.platform/org.eclipse.equinox.simpleconfigurator "1.4.0"]