License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
GroupId | GroupIdcom.github.adedayo.intellij.sdk |
ArtifactId | ArtifactIdjps-standalone-builder |
Version | Version142.1 |
Type | Typejar |
Description |
Descriptionjps-standalone-builder
A packaging of the IntelliJ Community Edition jps-standalone-builder library.
This is release number 1 of trunk branch 142.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/jps-standalone-builder/ -->
<dependency>
<groupId>com.github.adedayo.intellij.sdk</groupId>
<artifactId>jps-standalone-builder</artifactId>
<version>142.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/jps-standalone-builder/
implementation 'com.github.adedayo.intellij.sdk:jps-standalone-builder:142.1'
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/jps-standalone-builder/
implementation ("com.github.adedayo.intellij.sdk:jps-standalone-builder:142.1")
'com.github.adedayo.intellij.sdk:jps-standalone-builder:jar:142.1'
<dependency org="com.github.adedayo.intellij.sdk" name="jps-standalone-builder" rev="142.1">
<artifact name="jps-standalone-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='jps-standalone-builder', version='142.1')
)
libraryDependencies += "com.github.adedayo.intellij.sdk" % "jps-standalone-builder" % "142.1"
[com.github.adedayo.intellij.sdk/jps-standalone-builder "142.1"]