<dependency> <groupId>de.thetaphi</groupId> <artifactId>forbiddenapis</artifactId> <version>3.8</version> <type>maven-plugin</type> </dependency>
implementation 'de.thetaphi:forbiddenapis:3.8'
implementation("de.thetaphi:forbiddenapis:3.8")
libraryDependencies += "de.thetaphi" % "forbiddenapis" % "3.8"
@Grapes( @Grab(group='de.thetaphi', module='forbiddenapis', version='3.8') )
<dependency org="de.thetaphi" name="forbiddenapis" rev="3.8" />
[de.thetaphi/forbiddenapis "3.8"]
'de.thetaphi:forbiddenapis:jar:3.8'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>