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