is not current version
Last Version 1.2.2

net.uptheinter:interceptify 1.1.1

A library for runtime java code interception

Categories

Categories

Net
GroupId

GroupId

net.uptheinter
ArtifactId

ArtifactId

interceptify
Version

Version

1.1.1
Type

Type

pom

Download interceptify 1.1.1


<!-- https://jarcasting.com/artifacts/net.uptheinter/interceptify/ -->
<dependency>
    <groupId>net.uptheinter</groupId>
    <artifactId>interceptify</artifactId>
    <version>1.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.uptheinter/interceptify/
implementation 'net.uptheinter:interceptify:1.1.1'
// https://jarcasting.com/artifacts/net.uptheinter/interceptify/
implementation ("net.uptheinter:interceptify:1.1.1")
'net.uptheinter:interceptify:pom:1.1.1'
<dependency org="net.uptheinter" name="interceptify" rev="1.1.1">
  <artifact name="interceptify" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.uptheinter', module='interceptify', version='1.1.1')
)
libraryDependencies += "net.uptheinter" % "interceptify" % "1.1.1"
[net.uptheinter/interceptify "1.1.1"]