TrustSource ecs-gradle-plugin
Gradle plugin to allow package transfer from gradle to TrustSource.
Installation & cofiguration
The installation instructions are provided as part of the TrustSource knowledge base see here.
| License | License | 
|---|---|
| Categories | CategoriesGradle Build Tools | 
| GroupId | GroupIdde.eacg | 
| ArtifactId | ArtifactIdecs-gradle-plugin | 
| Last Version | Last Version0.3.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionECS gradle plugin EACG Code Scan gradle plugin. A gradle plugin to transfer dependency information to ECS server. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ecs-gradle-plugin-0.3.0.pom | |
| ecs-gradle-plugin-0.3.0.jar | 41 KB | 
| ecs-gradle-plugin-0.3.0-sources.jar | 7 KB | 
| ecs-gradle-plugin-0.3.0-javadoc.jar | 389 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.eacg/ecs-gradle-plugin/ -->
<dependency>
    <groupId>de.eacg</groupId>
    <artifactId>ecs-gradle-plugin</artifactId>
    <version>0.3.0</version>
</dependency>// https://jarcasting.com/artifacts/de.eacg/ecs-gradle-plugin/
implementation 'de.eacg:ecs-gradle-plugin:0.3.0'// https://jarcasting.com/artifacts/de.eacg/ecs-gradle-plugin/
implementation ("de.eacg:ecs-gradle-plugin:0.3.0")'de.eacg:ecs-gradle-plugin:jar:0.3.0'<dependency org="de.eacg" name="ecs-gradle-plugin" rev="0.3.0">
  <artifact name="ecs-gradle-plugin" type="jar" />
</dependency>@Grapes(
@Grab(group='de.eacg', module='ecs-gradle-plugin', version='0.3.0')
)libraryDependencies += "de.eacg" % "ecs-gradle-plugin" % "0.3.0"[de.eacg/ecs-gradle-plugin "0.3.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| de.eacg : ecs-java-client | jar | 0.3.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
Gradle plugin to allow package transfer from gradle to TrustSource.
The installation instructions are provided as part of the TrustSource knowledge base see here.