Categories |
CategoriesGithub Development Tools Version Controls CLI User Interface Configuration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.github.nruzic.extensions.eclipse.model |
ArtifactId | ArtifactIdcom.github.nruzic.extensions.eclipse.model.configuration |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
com.github.nruzic.extensions.eclipse.model.configuration-1.0.2.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nruzic.extensions.eclipse.model/com.github.nruzic.extensions.eclipse.model.configuration/ -->
<dependency>
<groupId>com.github.nruzic.extensions.eclipse.model</groupId>
<artifactId>com.github.nruzic.extensions.eclipse.model.configuration</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nruzic.extensions.eclipse.model/com.github.nruzic.extensions.eclipse.model.configuration/
implementation 'com.github.nruzic.extensions.eclipse.model:com.github.nruzic.extensions.eclipse.model.configuration:1.0.2'
// https://jarcasting.com/artifacts/com.github.nruzic.extensions.eclipse.model/com.github.nruzic.extensions.eclipse.model.configuration/
implementation ("com.github.nruzic.extensions.eclipse.model:com.github.nruzic.extensions.eclipse.model.configuration:1.0.2")
'com.github.nruzic.extensions.eclipse.model:com.github.nruzic.extensions.eclipse.model.configuration:pom:1.0.2'
<dependency org="com.github.nruzic.extensions.eclipse.model" name="com.github.nruzic.extensions.eclipse.model.configuration" rev="1.0.2">
<artifact name="com.github.nruzic.extensions.eclipse.model.configuration" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nruzic.extensions.eclipse.model', module='com.github.nruzic.extensions.eclipse.model.configuration', version='1.0.2')
)
libraryDependencies += "com.github.nruzic.extensions.eclipse.model" % "com.github.nruzic.extensions.eclipse.model.configuration" % "1.0.2"
[com.github.nruzic.extensions.eclipse.model/com.github.nruzic.extensions.eclipse.model.configuration "1.0.2"]