| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.tycho |
| ArtifactId | ArtifactIdtycho-lib-detector |
| Version | Version2.5.0 |
| Type | Typejar |
| Description |
DescriptionTycho JVM Library Detector
Tycho integrates Maven with Eclipse and OSGi
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tycho-lib-detector-2.5.0.pom | |
| tycho-lib-detector-2.5.0.jar | 3 KB |
| tycho-lib-detector-2.5.0-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-lib-detector/ -->
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-lib-detector</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-lib-detector/
implementation 'org.eclipse.tycho:tycho-lib-detector:2.5.0'
// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-lib-detector/
implementation ("org.eclipse.tycho:tycho-lib-detector:2.5.0")
'org.eclipse.tycho:tycho-lib-detector:jar:2.5.0'
<dependency org="org.eclipse.tycho" name="tycho-lib-detector" rev="2.5.0">
<artifact name="tycho-lib-detector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-lib-detector', version='2.5.0')
)
libraryDependencies += "org.eclipse.tycho" % "tycho-lib-detector" % "2.5.0"
[org.eclipse.tycho/tycho-lib-detector "2.5.0"]