License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jonathangiles.tools |
ArtifactId | ArtifactIdwhitelistgenerator-core |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionWhitelist Generator - Core
A tool to generate a report containing all whitelisted dependencies across a multi-module maven project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.jonathangiles.tools/whitelistgenerator-core/ -->
<dependency>
<groupId>net.jonathangiles.tools</groupId>
<artifactId>whitelistgenerator-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.jonathangiles.tools/whitelistgenerator-core/
implementation 'net.jonathangiles.tools:whitelistgenerator-core:1.0.4'
// https://jarcasting.com/artifacts/net.jonathangiles.tools/whitelistgenerator-core/
implementation ("net.jonathangiles.tools:whitelistgenerator-core:1.0.4")
'net.jonathangiles.tools:whitelistgenerator-core:jar:1.0.4'
<dependency org="net.jonathangiles.tools" name="whitelistgenerator-core" rev="1.0.4">
<artifact name="whitelistgenerator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jonathangiles.tools', module='whitelistgenerator-core', version='1.0.4')
)
libraryDependencies += "net.jonathangiles.tools" % "whitelistgenerator-core" % "1.0.4"
[net.jonathangiles.tools/whitelistgenerator-core "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |