License |
License |
---|---|
GroupId | GroupIdch.cmbntr |
ArtifactId | ArtifactIdjsdt-compat |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSDT compat
OpenJDK import of com.sun.tracing and sun.tracing packages to allow compilation in pre JDK 7 environments.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsdt-compat-1.0.0.pom | |
jsdt-compat-1.0.0.jar | 25 KB |
jsdt-compat-1.0.0-sources.jar | 38 KB |
jsdt-compat-1.0.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cmbntr/jsdt-compat/ -->
<dependency>
<groupId>ch.cmbntr</groupId>
<artifactId>jsdt-compat</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cmbntr/jsdt-compat/
implementation 'ch.cmbntr:jsdt-compat:1.0.0'
// https://jarcasting.com/artifacts/ch.cmbntr/jsdt-compat/
implementation ("ch.cmbntr:jsdt-compat:1.0.0")
'ch.cmbntr:jsdt-compat:jar:1.0.0'
<dependency org="ch.cmbntr" name="jsdt-compat" rev="1.0.0">
<artifact name="jsdt-compat" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cmbntr', module='jsdt-compat', version='1.0.0')
)
libraryDependencies += "ch.cmbntr" % "jsdt-compat" % "1.0.0"
[ch.cmbntr/jsdt-compat "1.0.0"]