License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.threecrickets.creel |
ArtifactId | ArtifactIdcreel-eclipse-feature |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionCreel: Eclipse Feature
A lightweight and lightning-fast library for resolving and downloading JVM dependencies from Maven repositories.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
creel-eclipse-feature-1.0.0.pom | |
creel-eclipse-feature-1.0.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threecrickets.creel/creel-eclipse-feature/ -->
<dependency>
<groupId>com.threecrickets.creel</groupId>
<artifactId>creel-eclipse-feature</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threecrickets.creel/creel-eclipse-feature/
implementation 'com.threecrickets.creel:creel-eclipse-feature:1.0.0'
// https://jarcasting.com/artifacts/com.threecrickets.creel/creel-eclipse-feature/
implementation ("com.threecrickets.creel:creel-eclipse-feature:1.0.0")
'com.threecrickets.creel:creel-eclipse-feature:pom:1.0.0'
<dependency org="com.threecrickets.creel" name="creel-eclipse-feature" rev="1.0.0">
<artifact name="creel-eclipse-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threecrickets.creel', module='creel-eclipse-feature', version='1.0.0')
)
libraryDependencies += "com.threecrickets.creel" % "creel-eclipse-feature" % "1.0.0"
[com.threecrickets.creel/creel-eclipse-feature "1.0.0"]