Categories |
CategoriesCaching Data CLI User Interface ORM |
---|---|
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.equinox.weaving.caching |
Version | Version1.0.400 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.weaving.caching/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.weaving.caching</artifactId>
<version>1.0.400</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.weaving.caching/
implementation 'org.eclipse.platform:org.eclipse.equinox.weaving.caching:1.0.400'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.weaving.caching/
implementation ("org.eclipse.platform:org.eclipse.equinox.weaving.caching:1.0.400")
'org.eclipse.platform:org.eclipse.equinox.weaving.caching:jar:1.0.400'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.weaving.caching" rev="1.0.400">
<artifact name="org.eclipse.equinox.weaving.caching" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.weaving.caching', version='1.0.400')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.weaving.caching" % "1.0.400"
[org.eclipse.platform/org.eclipse.equinox.weaving.caching "1.0.400"]