is not current version
Last Version 1.0.4

net.jonathangiles.tools:whitelistgenerator-core 1.0.2

A tool to generate a report containing all whitelisted dependencies across a multi-module maven project

Categories

Categories

Net
GroupId

GroupId

net.jonathangiles.tools
ArtifactId

ArtifactId

whitelistgenerator-core
Version

Version

1.0.2
Type

Type

jar

Download whitelistgenerator-core 1.0.2


<!-- https://jarcasting.com/artifacts/net.jonathangiles.tools/whitelistgenerator-core/ -->
<dependency>
    <groupId>net.jonathangiles.tools</groupId>
    <artifactId>whitelistgenerator-core</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.jonathangiles.tools/whitelistgenerator-core/
implementation 'net.jonathangiles.tools:whitelistgenerator-core:1.0.2'
// https://jarcasting.com/artifacts/net.jonathangiles.tools/whitelistgenerator-core/
implementation ("net.jonathangiles.tools:whitelistgenerator-core:1.0.2")
'net.jonathangiles.tools:whitelistgenerator-core:jar:1.0.2'
<dependency org="net.jonathangiles.tools" name="whitelistgenerator-core" rev="1.0.2">
  <artifact name="whitelistgenerator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jonathangiles.tools', module='whitelistgenerator-core', version='1.0.2')
)
libraryDependencies += "net.jonathangiles.tools" % "whitelistgenerator-core" % "1.0.2"
[net.jonathangiles.tools/whitelistgenerator-core "1.0.2"]