Categories |
CategoriesNetBeans Development Tools IDE Net CLI User Interface |
---|---|
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdorg.eclipse.tm4e.core_0.2.0.201809031154 |
Version | VersionRELEASE120-u1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/org.eclipse.tm4e.core_0.2.0.201809031154/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>org.eclipse.tm4e.core_0.2.0.201809031154</artifactId>
<version>RELEASE120-u1</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/org.eclipse.tm4e.core_0.2.0.201809031154/
implementation 'org.netbeans.external:org.eclipse.tm4e.core_0.2.0.201809031154:RELEASE120-u1'
// https://jarcasting.com/artifacts/org.netbeans.external/org.eclipse.tm4e.core_0.2.0.201809031154/
implementation ("org.netbeans.external:org.eclipse.tm4e.core_0.2.0.201809031154:RELEASE120-u1")
'org.netbeans.external:org.eclipse.tm4e.core_0.2.0.201809031154:jar:RELEASE120-u1'
<dependency org="org.netbeans.external" name="org.eclipse.tm4e.core_0.2.0.201809031154" rev="RELEASE120-u1">
<artifact name="org.eclipse.tm4e.core_0.2.0.201809031154" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='org.eclipse.tm4e.core_0.2.0.201809031154', version='RELEASE120-u1')
)
libraryDependencies += "org.netbeans.external" % "org.eclipse.tm4e.core_0.2.0.201809031154" % "RELEASE120-u1"
[org.netbeans.external/org.eclipse.tm4e.core_0.2.0.201809031154 "RELEASE120-u1"]